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.h1083 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::DeclRefExpr
2482 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
/external/clang/lib/Sema/
H A DSemaTemplate.cpp137 bool hasTemplateKeyword,
199 hasTemplateKeyword, TD);
135 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument

Completed in 133 milliseconds