|
clang
5.0.0
|
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 9752 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 9753 of file Sema.h.
Referenced by llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::getHashValue(), and llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::isEqual().
1.8.6