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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h 534 SourceLocation getRBraceLoc() const { return RBraceLoc; }
DeclCXX.h 2838 SourceLocation getRBraceLoc() const { return RBraceLoc; }
2847 return getRBraceLoc();
Decl.h 630 SourceLocation getRBraceLoc() const { return RBraceLoc; }
4507 SourceLocation getRBraceLoc() const { return RBraceLoc; }
Expr.h 4863 SourceLocation getRBraceLoc() const { return RBraceLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RangeSelector.cpp 308 E.getRBraceLoc());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1216 Record.AddSourceLocation(D->getRBraceLoc());
1222 Record.AddSourceLocation(D->getRBraceLoc());
1238 Record.AddSourceLocation(D->getRBraceLoc());
ASTWriterStmt.cpp 1052 Record.AddSourceLocation(E->getRBraceLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 4413 InitList->getRBraceLoc())
4529 InitList->getRBraceLoc())
8515 InitList->getRBraceLoc());
8527 Syntactic->getLBraceLoc(), E, Syntactic->getRBraceLoc());
TreeTransform.h 11070 E->getRBraceLoc());
12257 E->getRBraceLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 2380 ExpectedSLoc RBraceLocOrErr = import(D->getRBraceLoc());
4553 ExpectedSLoc RBraceLocOrErr = import(D->getRBraceLoc());
7873 auto ToRBraceLoc = importChecked(Err, E->getRBraceLoc());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 3048 if (!LSD->getRBraceLoc().isValid())
3076 if (!LSD->getRBraceLoc().isValid())

Completed in 95 milliseconds