Home
last modified time | relevance | path

Searched refs:FunctionDeclAndLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10030 struct FunctionDeclAndLoc { struct
10038 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
10046 /* Caller = */ FunctionDeclAndLoc>
10916 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
10917 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
10920 static FunctionDeclAndLoc getEmptyKey() {
10924 static FunctionDeclAndLoc getTombstoneKey() {
10928 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
10933 static bool isEqual(const FunctionDeclAndLoc &LHS,
10934 const FunctionDeclAndLoc &RHS) {