clang 20.0.0git
|
A pair of a canonical FunctionDecl and a SourceLocation. More...
#include "clang/Sema/SemaCUDA.h"
Public Attributes | |
CanonicalDeclPtr< const FunctionDecl > | FD |
SourceLocation | Loc |
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.
CanonicalDeclPtr<const FunctionDecl> clang::SemaCUDA::FunctionDeclAndLoc::FD |
Definition at line 66 of file SemaCUDA.h.
Referenced by llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::getHashValue(), and llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::isEqual().
SourceLocation clang::SemaCUDA::FunctionDeclAndLoc::Loc |
Definition at line 67 of file SemaCUDA.h.
Referenced by llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::getHashValue(), and llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::isEqual().