Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSema.h11755 struct FunctionDeclAndLoc { struct
11763 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
11771 /* Caller = */ FunctionDeclAndLoc>
12719 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
12720 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
12723 static FunctionDeclAndLoc getEmptyKey() {
12727 static FunctionDeclAndLoc getTombstoneKey() {
12731 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
12736 static bool isEqual(const FunctionDeclAndLoc &LHS,
12737 const FunctionDeclAndLoc &RHS) {