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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h417 bool hasTemplateKeyword() const { return Qualifier.getInt(); } function in class:clang::QualifiedTemplateName
H A DExprCXX.h3028 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::OverloadExpr
3276 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::final
3727 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::final
H A DExpr.h1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::final
3228 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::final::final
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp170 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, const UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization, bool Disambiguation) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7377 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } function in class:clang::final::AlignPackInfo::CompleteTypeKind::RequiredTemplateKind

Completed in 310 milliseconds