Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11961 struct FunctionDeclAndLoc { struct
11969 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
11977 /* Caller = */ FunctionDeclAndLoc>
12956 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
12957 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
12960 static FunctionDeclAndLoc getEmptyKey() {
12964 static FunctionDeclAndLoc getTombstoneKey() {
12968 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
12973 static bool isEqual(const FunctionDeclAndLoc &LHS,
12974 const FunctionDeclAndLoc &RHS) {