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

/external/clang/include/clang/AST/
H A DTypeLoc.h1236 SourceLocation getTemplateKeywordLoc() const {
1291 if (getTemplateKeywordLoc().isValid())
1292 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
1653 SourceLocation getTemplateKeywordLoc() const {
1701 else if (getTemplateKeywordLoc().isValid())
1702 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
H A DExprCXX.h2373 SourceLocation getTemplateKeywordLoc() const {
2375 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2393 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2638 SourceLocation getTemplateKeywordLoc() const {
2640 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2658 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3055 SourceLocation getTemplateKeywordLoc() const {
3057 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
3075 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
H A DTemplateBase.h565 SourceLocation getTemplateKeywordLoc() const { function in struct:clang::ASTTemplateKWAndArgsInfo
H A DExpr.h968 SourceLocation getTemplateKeywordLoc() const { function in class:clang::DeclRefExpr
970 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
989 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
2327 SourceLocation getTemplateKeywordLoc() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2329 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc();
2347 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
H A DDeclTemplate.h1570 SourceLocation getTemplateKeywordLoc() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
/external/clang/lib/Sema/
H A DTreeTransform.h4698 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
4709 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
4750 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
4768 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
4975 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
4991 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
5000 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6396 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
7479 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc();
7714 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
[all...]
H A DSemaOverload.cpp9650 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc();
11413 ULE->getTemplateKeywordLoc(),
11442 MemExpr->getTemplateKeywordLoc(),
11478 MemExpr->getTemplateKeywordLoc(),
H A DSemaExpr.cpp1534 ULE->getTemplateKeywordLoc(), 0,
/external/clang/lib/AST/
H A DDeclTemplate.cpp769 Begin = getTemplateKeywordLoc();
H A DASTImporter.cpp3931 Importer.Import(E->getTemplateKeywordLoc()),
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp50 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record);
471 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record);
H A DASTWriterDecl.cpp1100 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record);
H A DASTWriter.cpp561 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record);
589 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record);

Completed in 205 milliseconds