/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A 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 164 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
H A 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
|
H A 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
|
H A 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 …]
|
H A D | Stmt.h | 478 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function 539 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function 625 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; } in getLocEnd() function 728 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 767 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 777 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function 808 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 860 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function 921 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1017 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function [all …]
|
H A D | Expr.h | 849 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1213 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1299 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1345 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1413 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function 1445 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function 1606 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1641 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function 1756 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function 1876 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function [all …]
|
H A D | RawCommentList.h | 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|
H A D | DeclarationName.h | 538 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
H A D | DeclBase.h | 362 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
H A D | StmtOpenMP.h | 141 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
|
H A D | Comment.h | 222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
H A D | DeclCXX.h | 203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 2523 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
|
H A D | OpenMPClause.h | 48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
|
H A D | TypeLoc.h | 131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 279 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr 488 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr 730 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { in getLocEnd() function in CXXFunctionalCastExpr 827 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
|
H A D | Expr.cpp | 435 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr 1297 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr 1441 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr 1955 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr 3919 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
|
H A D | Stmt.cpp | 263 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt 808 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
|
H A D | DeclObjC.cpp | 796 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 505 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function 1053 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function 1677 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
|