Lines Matching refs:Profile
32 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData
34 T.Profile(ID); in Profile()
38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData
45 void PointerToMemberData::Profile( in Profile() function in PointerToMemberData
58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function
59 X.first.Profile(ID); in Profile()
65 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
66 X.first.Profile(ID); in Profile()
67 X.second.Profile(ID); in Profile()
96 X.Profile(ID); in getValue()
129 CompoundValData::Profile(ID, T, Vals); in getCompoundValData()
147 LazyCompoundValData::Profile(ID, store, region); in getLazyCompoundValData()
165 PointerToMemberData::Profile(ID, ND, L); in getPointerToMemberData()
351 V.Profile(ID); in getPersistentSValWithData()
376 V1.Profile(ID); in getPersistentSValPair()
377 V2.Profile(ID); in getPersistentSValPair()