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
164 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 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.h97 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
218 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd() function
412 SourceLocation getLocEnd() const { return getRParenLoc(); } in getLocEnd() function
450 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
478 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
512 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
600 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
657 SourceLocation getLocEnd() const { return getMemberLoc(); } in getLocEnd() function
737 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
790 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
[all …]
DStmt.h475 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function
536 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function
626 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; } in getLocEnd() function
729 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
768 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
778 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function
813 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
865 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
926 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1016 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
[all …]
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
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 …]
DRawCommentList.h112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
DDeclarationName.h538 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclBase.h363 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DComment.h222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DStmtOpenMP.h163 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
DDeclCXX.h203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
2523 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DOpenMPClause.h48 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
DTypeLoc.h131 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
/external/clang/lib/AST/
DExprCXX.cpp277 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr
484 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr
726 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { in getLocEnd() function in CXXFunctionalCastExpr
823 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
DExpr.cpp435 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr
1275 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr
1453 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr
1967 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr
3941 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
DStmt.cpp269 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
814 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
DDeclObjC.cpp794 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
/external/clang/include/clang/Sema/
DDeclSpec.h505 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
1053 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function
1679 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function