Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12062 struct FunctionDeclAndLoc { struct
12070 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
12078 /* Caller = */ FunctionDeclAndLoc>
13059 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
13060 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
13063 static FunctionDeclAndLoc getEmptyKey() {
13067 static FunctionDeclAndLoc getTombstoneKey() {
13071 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
13076 static bool isEqual(const FunctionDeclAndLoc &LHS,
13077 const FunctionDeclAndLoc &RHS) {