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

1 2

  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 158 Writer.AddSourceLocation(S->getRParenLoc(), Record);
171 Writer.AddSourceLocation(S->getRParenLoc(), Record);
227 Writer.AddSourceLocation(S->getRParenLoc(), Record);
399 Writer.AddSourceLocation(E->getRParenLoc(), Record);
439 Writer.AddSourceLocation(E->getRParenLoc(), Record);
454 Writer.AddSourceLocation(E->getRParenLoc(), Record);
585 Writer.AddSourceLocation(E->getRParenLoc(), Record);
680 Writer.AddSourceLocation(E->getRParenLoc(), Record);
696 Writer.AddSourceLocation(E->getRParenLoc(), Record);
706 Writer.AddSourceLocation(E->getRParenLoc(), Record)
    [all...]
ASTWriter.cpp 507 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
512 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
521 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
571 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
616 Writer.AddSourceLocation(TL.getRParenLoc(), Record);
    [all...]
ASTWriterDecl.cpp 768 Writer.AddSourceLocation(D->getRParenLoc(), Record);
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 884 SourceLocation getRParenLoc() const {
895 return SourceRange(getLParenLoc(), getRParenLoc());
    [all...]
StmtObjC.h 55 SourceLocation getRParenLoc() const { return RParenLoc; }
103 SourceLocation getRParenLoc() const { return RParenLoc; }
StmtCXX.h 190 SourceLocation getRParenLoc() const { return RParenLoc; }
ExprCXX.h 79 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
191 SourceLocation getRParenLoc() const { return RParenLoc; }
380 return getRParenLoc();
383 SourceLocation getLocEnd() const { return getRParenLoc(); }
    [all...]
Expr.h     [all...]
ExprObjC.h 358 SourceLocation getRParenLoc() const { return RParenLoc; }
398 SourceLocation getRParenLoc() const { return RParenLoc; }
439 SourceLocation getRParenLoc() const { return RParenLoc; }
    [all...]
DeclCXX.h     [all...]
Stmt.h     [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 189 if (getRParenLoc().isValid())
190 return SourceRange(getTypeofLoc(), getRParenLoc());
ExprCXX.cpp 440 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
442 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
    [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaChecking.cpp 551 IsMemberFunction, TheCall->getRParenLoc(),
603 TheCall->getRParenLoc(),
    [all...]
SemaPseudoObject.cpp 97 gse->getRParenLoc(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 558 D->getRParenLoc(),
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 853 milliseconds

1 2