HomeSort by relevance Sort by last modified time
    Searched refs:getRParenLoc (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/include/clang/AST/
TypeLoc.h 943 SourceLocation getRParenLoc() const {
954 return SourceRange(getLParenLoc(), getRParenLoc());
    [all...]
StmtObjC.h 55 SourceLocation getRParenLoc() const { return RParenLoc; }
104 SourceLocation getRParenLoc() const { return RParenLoc; }
StmtCXX.h 189 SourceLocation getRParenLoc() const { return RParenLoc; }
ExprCXX.h 87 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
208 SourceLocation getRParenLoc() const { return RParenLoc; }
402 return getRParenLoc();
405 SourceLocation getLocEnd() const { return getRParenLoc(); }
    [all...]
Expr.h     [all...]
ExprObjC.h 364 SourceLocation getRParenLoc() const { return RParenLoc; }
402 SourceLocation getRParenLoc() const { return RParenLoc; }
445 SourceLocation getRParenLoc() const { return RParenLoc; }
    [all...]
DeclCXX.h     [all...]
Stmt.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 159 Writer.AddSourceLocation(S->getRParenLoc(), Record);
172 Writer.AddSourceLocation(S->getRParenLoc(), Record);
234 Writer.AddSourceLocation(S->getRParenLoc(), Record);
465 Writer.AddSourceLocation(E->getRParenLoc(), Record);
505 Writer.AddSourceLocation(E->getRParenLoc(), Record);
520 Writer.AddSourceLocation(E->getRParenLoc(), Record);
653 Writer.AddSourceLocation(E->getRParenLoc(), Record);
749 Writer.AddSourceLocation(E->getRParenLoc(), Record);
765 Writer.AddSourceLocation(E->getRParenLoc(), Record);
775 Writer.AddSourceLocation(E->getRParenLoc(), Record)
    [all...]
ASTWriter.cpp 504 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
524 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
529 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
538 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
588 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
633 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
    [all...]
ASTWriterDecl.cpp 798 Writer.AddSourceLocation(D->getRParenLoc(), Record);
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 239 if (getRParenLoc().isValid())
240 return SourceRange(getTypeofLoc(), getRParenLoc());
ExprCXX.cpp 463 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
465 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
    [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 189 return SourceRange(T.getLParenLoc(), T.getRParenLoc());
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaChecking.cpp 792 IsMemberFunction, TheCall->getRParenLoc(),
852 TheCall->getRParenLoc(),
869 TheCall->getRParenLoc(),
    [all...]
SemaPseudoObject.cpp 99 gse->getRParenLoc(),
117 ce->getRParenLoc(),
    [all...]
SemaLambda.cpp 460 Loc, Parens->getLParenLoc(), Parens->getRParenLoc());
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 217 milliseconds

1 2