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

1 2

  /external/clang/include/clang/AST/
TypeLoc.h 1028 SourceLocation getRParenLoc() const {
1039 return SourceRange(getLParenLoc(), getRParenLoc());
    [all...]
StmtObjC.h 55 SourceLocation getRParenLoc() const { return RParenLoc; }
104 SourceLocation getRParenLoc() const { return RParenLoc; }
Expr.h     [all...]
ExprObjC.h 373 SourceLocation getRParenLoc() const { return RParenLoc; }
413 SourceLocation getRParenLoc() const { return RParenLoc; }
458 SourceLocation getRParenLoc() const { return RParenLoc; }
    [all...]
StmtCXX.h 196 SourceLocation getRParenLoc() const { return RParenLoc; }
ExprCXX.h 84 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
231 SourceLocation getRParenLoc() const { return RParenLoc; }
446 return getRParenLoc();
449 SourceLocation getLocEnd() const { return getRParenLoc(); }
    [all...]
DeclCXX.h     [all...]
Stmt.h     [all...]
Decl.h     [all...]
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 65 result.SourceManager->getSpellingLoc(call_expr->getRParenLoc())),
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 171 Record.AddSourceLocation(S->getRParenLoc());
184 Record.AddSourceLocation(S->getRParenLoc());
246 Record.AddSourceLocation(S->getRParenLoc());
496 Record.AddSourceLocation(E->getRParenLoc());
536 Record.AddSourceLocation(E->getRParenLoc());
561 Record.AddSourceLocation(E->getRParenLoc());
699 Record.AddSourceLocation(E->getRParenLoc());
805 Record.AddSourceLocation(E->getRParenLoc());
822 Record.AddSourceLocation(E->getRParenLoc());
832 Record.AddSourceLocation(E->getRParenLoc());
    [all...]
ASTWriter.cpp 574 Record.AddSourceLocation(TL.getRParenLoc());
594 Record.AddSourceLocation(TL.getRParenLoc());
599 Record.AddSourceLocation(TL.getRParenLoc());
608 Record.AddSourceLocation(TL.getRParenLoc());
658 Record.AddSourceLocation(TL.getRParenLoc());
707 Record.AddSourceLocation(TL.getRParenLoc());
    [all...]
ASTWriterDecl.cpp     [all...]
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 99 result.SourceManager->getSpellingLoc(target->getRParenLoc()),
100 result.SourceManager->getSpellingLoc(target->getRParenLoc()));
630 result.SourceManager->getSpellingLoc(target->getRParenLoc()),
631 result.SourceManager->getSpellingLoc(target->getRParenLoc()));
  /external/clang/lib/AST/
TypeLoc.cpp 281 if (getRParenLoc().isValid())
282 return SourceRange(getTypeofLoc(), getRParenLoc());
ASTImporter.cpp     [all...]
ExprCXX.cpp 447 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
449 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
    [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 233 return SourceRange(T.getLParenLoc(), T.getRParenLoc());
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaChecking.cpp     [all...]
SemaPseudoObject.cpp 159 gse->getRParenLoc(),
177 ce->getRParenLoc(),
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 160 milliseconds

1 2