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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11603 struct FunctionDeclAndLoc { struct
11611 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags;
11619 /* Caller = */ FunctionDeclAndLoc>
12623 // Hash a FunctionDeclAndLoc by looking at both its FunctionDecl and its
12625 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
12626 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
12629 static FunctionDeclAndLoc getEmptyKey() {
12633 static FunctionDeclAndLoc getTombstoneKey() {
12637 static unsigned getHashValue(const FunctionDeclAndLoc
[all...]

Completed in 127 milliseconds