Searched refs:getTemplateKeywordLoc (Results 1 - 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h1366 SourceLocation getTemplateKeywordLoc() const {
1421 if (getTemplateKeywordLoc().isValid())
1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1789 SourceLocation getTemplateKeywordLoc() const {
1837 else if (getTemplateKeywordLoc().isValid())
1838 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
H A DTemplateBase.h618 SourceLocation getTemplateKeywordLoc() const { function in struct:clang::ASTTemplateKWAndArgsInfo
H A DExprCXX.h2417 SourceLocation getTemplateKeywordLoc() const {
2419 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2437 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2669 SourceLocation getTemplateKeywordLoc() const {
2671 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2689 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3091 SourceLocation getTemplateKeywordLoc() const {
3093 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
3111 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
H A DExpr.h1069 SourceLocation getTemplateKeywordLoc() const { function in class:clang::DeclRefExpr
1071 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
1090 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2464 SourceLocation getTemplateKeywordLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2466 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2484 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
H A DDeclTemplate.h1623 SourceLocation getTemplateKeywordLoc() const { function in class:clang::ClassTemplateSpecializationDecl
2482 SourceLocation getTemplateKeywordLoc() const { function in class:clang::VarTemplateSpecializationDecl
/external/clang/lib/Sema/
H A DTreeTransform.h5240 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5251 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5292 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5310 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5517 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5533 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5542 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
7642 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
8743 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc();
8983 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
[all...]
H A DSemaOverload.cpp10665 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc();
12432 ULE->getTemplateKeywordLoc(),
12461 MemExpr->getTemplateKeywordLoc(),
12496 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found,
H A DSemaTemplateInstantiateDecl.cpp2554 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc());
H A DSemaExpr.cpp1666 VarSpec->getTemplateKeywordLoc(), D,
1841 ULE->getTemplateKeywordLoc(), nullptr,
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1281 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record);
1329 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record);
H A DASTWriterStmt.cpp54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record);
534 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record);
H A DASTWriter.cpp607 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record);
635 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record);
/external/clang/lib/AST/
H A DDeclTemplate.cpp781 SourceLocation Begin = getTemplateKeywordLoc();
H A DASTImporter.cpp4429 Importer.Import(E->getTemplateKeywordLoc()),

Completed in 284 milliseconds