Home
last modified time | relevance | path

Searched defs:NodeID (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp184 template <> struct NodeID<Expr> { static constexpr StringRef value = "expr"; }; argument
185 template <> struct NodeID<Decl> { static constexpr StringRef value = "decl"; }; argument
[all...]
H A DPathDiagnostic.cpp439 llvm::FoldingSetNodeID NodeID; addDiagnostic() local
460 llvm::FoldingSetNodeID NodeID; getFiles() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h96 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} in PDFileEntry() argument
104 const llvm::FoldingSetNodeID NodeID; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1247 unsigned NodeID; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1518 int NodeID = 0; member