Home
last modified time | relevance | path

Searched defs:FoldingSetTrait (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp57 template<> struct FoldingSetTrait<SValData> { struct
64 template<> struct FoldingSetTrait<SValPair> { struct
58 Profilellvm::FoldingSetTrait Profile() argument
65 Profilellvm::FoldingSetTrait Profile() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp34 template <> struct FoldingSetTrait<ObjectState> { struct
35 static inline void Profile(ObjectState X, FoldingSetNodeID &ID) { in Profile()
H A DPointerArithChecker.cpp36 template <> struct FoldingSetTrait<AllocKind> { struct
37 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h263 struct FoldingSetTrait : public DefaultFoldingSetTrait<T> {}; struct