Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h12065 struct FunctionDeclAndLoc { struct
12073 llvm::DenseSet<FunctionDeclAndLoc> LocsWithCUDACallDiags; argument
12081 /* Caller = */ FunctionDeclAndLoc>
13062 template <> struct DenseMapInfo<clang::Sema::FunctionDeclAndLoc> {
13063 using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc;
13066 static FunctionDeclAndLoc getEmptyKey() {
13070 static FunctionDeclAndLoc getTombstoneKey() {
13074 static unsigned getHashValue(const FunctionDeclAndLoc &FDL) {
13079 static bool isEqual(const FunctionDeclAndLoc &LHS,
13080 const FunctionDeclAndLoc &RHS) {