Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h55 struct FunctionDeclAndLoc { struct
63 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
71 /* Caller = */ FunctionDeclAndLoc>
279 template <> struct DenseMapInfo<clang::SemaCUDA::FunctionDeclAndLoc> {
280 using FunctionDeclAndLoc = clang::SemaCUDA::FunctionDeclAndLoc;
284 static FunctionDeclAndLoc getEmptyKey() {
288 static FunctionDeclAndLoc getTombstoneKey() {
292 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
297 static bool isEqual(const FunctionDeclAndLoc &LHS,
298 const FunctionDeclAndLoc &RHS) {