/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 166 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 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 | StmtCXX.h | 45 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function 194 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 280 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 350 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 402 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | ExprCXX.h | 97 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 218 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() function 412 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() function 450 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 480 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 516 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 604 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 662 SourceLocation getLocEnd() const { return getMemberLoc(); } in getLocEnd() function 724 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() function 805 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function [all …]
|
D | Stmt.h | 462 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function 523 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function 615 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; } in getLocEnd() function 719 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 758 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 768 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function 803 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 857 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 918 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1008 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function [all …]
|
D | Expr.h | 872 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1244 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1330 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1378 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1448 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1482 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function 1645 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1682 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function 1796 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1916 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 | 538 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | DeclBase.h | 375 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | Comment.h | 222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | DeclCXX.h | 203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 2517 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | StmtOpenMP.h | 171 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 | 277 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr 484 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr 726 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { in getLocEnd() function in CXXFunctionalCastExpr 823 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
|
D | Expr.cpp | 443 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr 1312 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr 1490 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr 2004 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr 3779 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr 3845 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 | 875 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 494 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 1072 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function 1716 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|