Searched defs:hasTemplateKeyword (Results 1 - 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | TemplateName.h | 410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } function in class:clang::QualifiedTemplateName 421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
|
H A D | Expr.h | 1119 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function 2523 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function
|
/external/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 138 bool hasTemplateKeyword, 200 hasTemplateKeyword, TD); 136 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument
|
Completed in 78 milliseconds