/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 155 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
D | ExprCXX.h | 90 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() function 405 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() function 443 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 471 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 505 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 593 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 650 SourceLocation getLocEnd() const { return getMemberLoc(); } in getLocEnd() function 730 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 783 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function [all …]
|
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 298 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 331 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 360 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 193 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 279 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
|
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 618 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; } in getLocEnd() function 723 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 762 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 772 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function 803 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 855 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 916 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1012 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function [all …]
|
D | Expr.h | 844 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1203 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1287 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1333 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1401 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1433 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function 1594 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1629 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function 1744 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1864 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function [all …]
|
D | RawCommentList.h | 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
D | StmtOpenMP.h | 131 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
|
D | DeclarationName.h | 537 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | OpenMPClause.h | 48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
|
D | DeclBase.h | 361 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | DeclCXX.h | 203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 2504 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | Comment.h | 220 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
D | TypeLoc.h | 131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 282 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr 491 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr 733 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { in getLocEnd() function in CXXFunctionalCastExpr 827 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
|
D | Expr.cpp | 445 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr 1259 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr 1403 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr 1917 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr 3847 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
|
D | Stmt.cpp | 243 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt 754 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
|
D | DeclObjC.cpp | 792 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 488 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 1036 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function 1635 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|