Searched defs:hasTemplateKeyword (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } function in class:clang::QualifiedTemplateName
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
H A DExpr.h1119 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function
2523 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function
/external/clang/lib/Sema/
H A DSemaTemplate.cpp138 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