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