|
clang
5.0.0
|
#include "clang/Sema/Sema.h"
Public Types | |
| using | FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc |
| using | FDBaseInfo = DenseMapInfo< clang::CanonicalDeclPtr< clang::FunctionDecl >> |
Static Public Member Functions | |
| static FunctionDeclAndLoc | getEmptyKey () |
| static FunctionDeclAndLoc | getTombstoneKey () |
| static unsigned | getHashValue (const FunctionDeclAndLoc &FDL) |
| static bool | isEqual (const FunctionDeclAndLoc &LHS, const FunctionDeclAndLoc &RHS) |
|
inlinestatic |
|
inlinestatic |
Definition at line 10574 of file Sema.h.
References clang::Sema::FunctionDeclAndLoc::FD, clang::SourceLocation::getRawEncoding(), and clang::Sema::FunctionDeclAndLoc::Loc.
|
inlinestatic |
|
inlinestatic |
Definition at line 10579 of file Sema.h.
References clang::Sema::FunctionDeclAndLoc::FD, and clang::Sema::FunctionDeclAndLoc::Loc.
1.8.6