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());
1787 SourceLocation getTemplateKeywordLoc() const {
1835 else if (getTemplateKeywordLoc().isValid())
1836 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
H A DExprCXX.h2377 SourceLocation getTemplateKeywordLoc() const {
2379 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2397 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2629 SourceLocation getTemplateKeywordLoc() const {
2631 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2649 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3050 SourceLocation getTemplateKeywordLoc() const {
3052 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
3070 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
H A DTemplateBase.h613 SourceLocation getTemplateKeywordLoc() const { function in struct:clang::ASTTemplateKWAndArgsInfo
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(); }
H A DDeclTemplate.h1622 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2481 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
/external/clang/lib/Sema/
H A DTreeTransform.h5003 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5014 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5055 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5073 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5280 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5296 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5305 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
7137 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
8235 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc();
8475 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
[all...]
H A DSemaOverload.cpp10447 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc();
12191 ULE->getTemplateKeywordLoc(),
12220 MemExpr->getTemplateKeywordLoc(),
12256 MemExpr->getTemplateKeywordLoc(),
H A DSemaTemplateInstantiateDecl.cpp2463 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc());
H A DSemaExpr.cpp1664 VarSpec->getTemplateKeywordLoc(), D, refersToEnclosingScope,
1803 ULE->getTemplateKeywordLoc(), nullptr,
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1192 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record);
1258 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record);
H A DASTWriterStmt.cpp54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record);
533 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record);
H A DASTWriter.cpp594 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record);
622 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record);
/external/clang/lib/AST/
H A DDeclTemplate.cpp760 SourceLocation Begin = getTemplateKeywordLoc();
H A DASTImporter.cpp4372 Importer.Import(E->getTemplateKeywordLoc()),

Completed in 313 milliseconds