Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h48 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
DStmtCXX.h45 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
DStmtObjC.h59 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
DExprCXX.h94 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 …]
DStmt.h474 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 …]
DExpr.h882 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 …]
DExprOpenMP.h107 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() function
DRawCommentList.h112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
DDeclarationName.h541 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclBase.h381 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DComment.h222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclCXX.h205 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
2583 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DStmtOpenMP.h170 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
DTypeLoc.h131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
DOpenMPClause.h48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
/external/clang/lib/AST/
DStmtObjC.cpp67 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
DExprCXX.cpp204 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
DExpr.cpp432 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
DStmt.cpp270 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
DDeclObjC.cpp907 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
/external/clang/include/clang/Sema/
DDeclSpec.h504 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