Home
last modified time | relevance | path

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

/freebsd/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"; }; struct
H A DPathDiagnostic.cpp442 llvm::FoldingSetNodeID NodeID; in addDiagnostic() local
463 llvm::FoldingSetNodeID NodeID; in getFiles() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h96 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} in PDFileEntry()
104 const llvm::FoldingSetNodeID NodeID; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1251 unsigned NodeID; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1518 int NodeID = 0; member