Home
last modified time | relevance | path

Searched defs:getLocEnd (Results 1 – 19 of 19) 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
116 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
155 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
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 …]
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
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
DStmt.h474 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 …]
DExpr.h844 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 …]
DRawCommentList.h112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
DStmtOpenMP.h131 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
DDeclarationName.h537 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DOpenMPClause.h48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
DDeclBase.h361 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclCXX.h203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
2504 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DComment.h220 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DTypeLoc.h131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
/external/clang/lib/AST/
DExprCXX.cpp282 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
DExpr.cpp445 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
DStmt.cpp243 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
754 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
DDeclObjC.cpp792 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
/external/clang/include/clang/Sema/
DDeclSpec.h488 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