Home
last modified time | relevance | path

Searched defs:getLocEnd (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h48 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 DStmtObjC.h59 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 DStmtCXX.h45 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 DExprCXX.h90 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 DStmt.h478 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 DExpr.h849 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 DRawCommentList.h112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
H A DDeclarationName.h538 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
H A DDeclBase.h362 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
H A DStmtOpenMP.h141 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
H A DComment.h222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
H A DDeclCXX.h203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
2523 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
H A DOpenMPClause.h48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
H A DTypeLoc.h131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp279 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 DExpr.cpp435 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 DStmt.cpp263 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
808 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
H A DDeclObjC.cpp796 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h505 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