clang 17.0.0git
|
#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) |
using llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::FDBaseInfo = DenseMapInfo<clang::CanonicalDeclPtr<clang::FunctionDecl> > |
using llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc |
|
inlinestatic |
|
inlinestatic |
Definition at line 14044 of file Sema.h.
References clang::Sema::FunctionDeclAndLoc::FD, clang::SourceLocation::getHashValue(), and clang::Sema::FunctionDeclAndLoc::Loc.
|
inlinestatic |
|
inlinestatic |
Definition at line 14049 of file Sema.h.
References clang::Sema::FunctionDeclAndLoc::FD, and clang::Sema::FunctionDeclAndLoc::Loc.