HomeSort by: relevance | last modified time | path
    Searched refs:getTemplateKeywordLoc (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 1580 SourceLocation getTemplateKeywordLoc() const {
1641 if (getTemplateKeywordLoc().isValid())
1642 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
2352 SourceLocation getTemplateKeywordLoc() const {
2405 else if (getTemplateKeywordLoc().isValid())
2406 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
ExprCXX.h 3005 SourceLocation getTemplateKeywordLoc() const {
3028 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3253 SourceLocation getTemplateKeywordLoc() const {
3276 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3704 SourceLocation getTemplateKeywordLoc() const {
3727 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
DeclTemplate.h 2045 SourceLocation getTemplateKeywordLoc() const {
2897 SourceLocation getTemplateKeywordLoc() const {
Expr.h 1338 SourceLocation getTemplateKeywordLoc() const {
1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
3205 SourceLocation getTemplateKeywordLoc() const {
3228 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 734 Builder.findToken(C->getTemplateKeywordLoc()), Declaration, C);
941 SR.setBegin(DependentTL.getTemplateKeywordLoc());
1070 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(),
1076 S->getQualifierLoc(), S->getTemplateKeywordLoc(),
1090 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(),
1098 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 4855 SpecTL.getTemplateKeywordLoc(),
6596 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6607 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6648 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6666 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6900 T->getKeyword(), QualifierLoc, TL.getTemplateKeywordLoc(),
6912 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6928 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
6937 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
10761 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc();
    [all...]
SemaOverload.cpp 12859 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc();
15097 ULE->getTemplateKeywordLoc(), TemplateArgs);
15119 MemExpr->getTemplateKeywordLoc(), TemplateArgs);
15144 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found,
SemaExpr.cpp 18039 S.Context, DRE->getQualifierLoc(), DRE->getTemplateKeywordLoc(),
18086 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(),
18104 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(),
SemaTemplateInstantiateDecl.cpp 3593 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc());
SemaTemplate.cpp 554 << RequiredTemplate.getTemplateKeywordLoc();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 5652 if (auto LocOrErr = import(D->getTemplateKeywordLoc()))
6647 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc());
7559 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc());
7626 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc());
7670 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc());
7751 ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc());
7773 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc());
DeclTemplate.cpp 964 SourceLocation Begin = getTemplateKeywordLoc();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1548 Record.AddSourceLocation(D->getTemplateKeywordLoc());
1597 Record.AddSourceLocation(D->getTemplateKeywordLoc());
ASTWriter.cpp 420 Record.AddSourceLocation(TL.getTemplateKeywordLoc());
457 Record.AddSourceLocation(TL.getTemplateKeywordLoc());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 7374 SourceLocation getTemplateKeywordLoc() const {
7377 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); }

Completed in 135 milliseconds