Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12954 struct FunctionDeclAndLoc { struct
12962 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
12970 /* Caller = */ FunctionDeclAndLoc>
13985 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
13986 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
13989 static FunctionDeclAndLoc getEmptyKey() {
13993 static FunctionDeclAndLoc getTombstoneKey() {
13997 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
14002 static bool isEqual(const FunctionDeclAndLoc &LHS,
14003 const FunctionDeclAndLoc &RHS) {