Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12581 struct FunctionDeclAndLoc { struct
12589 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
12597 /* Caller = */ FunctionDeclAndLoc>
13608 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
13609 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
13612 static FunctionDeclAndLoc getEmptyKey() {
13616 static FunctionDeclAndLoc getTombstoneKey() {
13620 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
13625 static bool isEqual(const FunctionDeclAndLoc &LHS,
13626 const FunctionDeclAndLoc &RHS) {