/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 118 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 168 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
D | StmtCXX.h | 45 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function 199 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 285 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 355 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 407 SourceLocation getLocEnd() const LLVM_READONLY { 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 137 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 299 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 333 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 361 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
|
D | ExprCXX.h | 94 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 234 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() function 449 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() function 487 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 517 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 553 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 641 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 699 SourceLocation getLocEnd() const { return getMemberLoc(); } in getLocEnd() function 761 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() function 844 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function [all …]
|
D | Stmt.h | 474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function 535 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function 627 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; } in getLocEnd() function 731 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 770 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 780 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function 815 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 869 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 937 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1030 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function [all …]
|
D | Expr.h | 882 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1201 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1287 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1336 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1406 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1440 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function 1603 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1640 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function 1754 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1857 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function [all …]
|
D | ExprOpenMP.h | 107 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() function
|
D | RawCommentList.h | 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
D | DeclarationName.h | 541 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | DeclBase.h | 381 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | Comment.h | 222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | DeclCXX.h | 205 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 2583 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | StmtOpenMP.h | 170 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
|
D | TypeLoc.h | 131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
|
D | OpenMPClause.h | 48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
|
/external/clang/lib/AST/ |
D | StmtObjC.cpp | 67 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
|
D | ExprCXX.cpp | 204 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr 413 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr 655 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { in getLocEnd() function in CXXFunctionalCastExpr 744 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
|
D | Expr.cpp | 432 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr 1300 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr 1476 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr 1851 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr 3639 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr 3702 SourceLocation DesignatedInitUpdateExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitUpdateExpr
|
D | Stmt.cpp | 270 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
|
D | DeclObjC.cpp | 907 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 504 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 1091 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function 1762 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|