Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13359 struct FunctionDeclAndLoc { struct
13367 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
13375 /* Caller = */ FunctionDeclAndLoc>
14377 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
14378 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
14382 static FunctionDeclAndLoc getEmptyKey() {
14386 static FunctionDeclAndLoc getTombstoneKey() {
14390 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
14395 static bool isEqual(const FunctionDeclAndLoc &LHS,
14396 const FunctionDeclAndLoc &RHS) {