Searched defs:TemplateKeyword (Results 1 - 2 of 2) sorted by path

/external/clang/include/clang/AST/
H A DTemplateName.h399 QualifiedTemplateName(NestedNameSpecifier *NNS, bool TemplateKeyword, argument
401 : Qualifier(NNS, TemplateKeyword? 1 : 0),
425 bool TemplateKeyword, TemplateDecl *Template) {
427 ID.AddBoolean(TemplateKeyword);
424 Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, bool TemplateKeyword, TemplateDecl *Template) argument
/external/clang/lib/AST/
H A DASTContext.cpp6167 bool TemplateKeyword,
6173 QualifiedTemplateName::Profile(ID, NNS, TemplateKeyword, Template);
6180 QualifiedTemplateName(NNS, TemplateKeyword, Template);
6166 getQualifiedTemplateName(NestedNameSpecifier *NNS, bool TemplateKeyword, TemplateDecl *Template) const argument

Completed in 529 milliseconds