/external/clang/include/clang/AST/ |
D | ExprObjC.h | 48 SourceLocation getLocEnd() const LLVM_READONLY { return String->getLocEnd(); } in getLocEnd() function 75 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 116 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 154 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
D | StmtObjC.h | 59 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 108 SourceLocation getLocEnd() const LLVM_READONLY { return Body->getLocEnd(); } in getLocEnd() function 136 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 299 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 332 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 361 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
|
D | ExprCXX.h | 88 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 209 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() function 401 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() function 438 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 464 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 547 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 623 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 673 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 723 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 813 SourceLocation getLocEnd() const LLVM_READONLY { return SourceLocation(); } in getLocEnd() function [all …]
|
D | StmtCXX.h | 45 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function 193 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 279 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
|
D | Stmt.h | 479 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function 534 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function 607 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; } in getLocEnd() function 711 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 750 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 760 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function 791 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 839 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 899 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 998 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function [all …]
|
D | Expr.h | 809 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1172 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1254 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1300 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1368 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1400 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function 1561 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1596 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function 1711 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1831 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function [all …]
|
D | DeclarationName.h | 532 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | DeclBase.h | 353 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | Comment.h | 209 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | TypeLoc.h | 124 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 219 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr 427 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr 744 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
|
D | Expr.cpp | 454 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr 1204 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr 1348 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr 1850 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr 3730 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
|
D | Stmt.cpp | 243 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt 764 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
|
D | DeclObjC.cpp | 610 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 475 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 1003 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function 1594 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|