Lines Matching defs:Profile
44 void DeducedTemplateStorage::Profile(llvm::FoldingSetNodeID &ID,
46 Profile(ID, Context, Underlying, getDefaultArguments());
49 void DeducedTemplateStorage::Profile(llvm::FoldingSetNodeID &ID,
53 Underlying.Profile(ID);
57 Arg.Profile(ID, Context);
79 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) {
80 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex());
83 void SubstTemplateTemplateParmStorage::Profile(
86 Replacement.Profile(ID);
101 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID,
103 Profile(ID, Context, getArgumentPack(), getAssociatedDecl(), getIndex(),
115 void SubstTemplateTemplateParmPackStorage::Profile(
119 ArgPack.Profile(ID, Context);