Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
clang::SemaCUDA::FunctionDeclAndLoc Struct Reference

A pair of a canonical FunctionDecl and a SourceLocation. More...

#include "clang/Sema/SemaCUDA.h"

Public Attributes

CanonicalDeclPtr< const FunctionDeclFD
 
SourceLocation Loc
 

Detailed Description

A pair of a canonical FunctionDecl and a SourceLocation.

When used as the key in a hashtable, both the FD and location are hashed.

Definition at line 65 of file SemaCUDA.h.

Member Data Documentation

◆ FD

◆ Loc


The documentation for this struct was generated from the following file: