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

/external/clang/include/clang/AST/
H A DTemplateBase.h613 SourceLocation getTemplateKeywordLoc() const { function in struct:clang::ASTTemplateKWAndArgsInfo
H A DDeclTemplate.h1622 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2481 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
H A DExpr.h1062 SourceLocation getTemplateKeywordLoc() const { function in class:clang::DeclRefExpr
1064 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
1083 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2462 SourceLocation getTemplateKeywordLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2464 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2482 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }

Completed in 177 milliseconds