Lines Matching defs:Profile
32 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T,
34 T.Profile(ID);
38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID,
45 void PointerToMemberData::Profile(
58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) {
59 X.first.Profile(ID);
65 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) {
66 X.first.Profile(ID);
67 X.second.Profile(ID);
96 X.Profile(ID);
128 CompoundValData::Profile(ID, T, Vals);
145 LazyCompoundValData::Profile(ID, store, region);
162 PointerToMemberData::Profile(ID, ND, L);
339 V.Profile(ID);
363 V1.Profile(ID);
364 V2.Profile(ID);