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

/external/clang/include/clang/AST/
H A DTemplateBase.h595 SourceLocation getTemplateKeywordLoc() const { function in struct:clang::ASTTemplateKWAndArgsInfo
H A DDeclTemplate.h1615 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2501 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
H A DExpr.h1044 SourceLocation getTemplateKeywordLoc() const { function in class:clang::DeclRefExpr
1046 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
1065 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2432 SourceLocation getTemplateKeywordLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2434 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2452 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }

Completed in 157 milliseconds