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
166 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
DStmtCXX.h45 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
194 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
280 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
350 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
402 SourceLocation getLocEnd() const LLVM_READONLY { 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
480 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
516 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
604 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
662 SourceLocation getLocEnd() const { return getMemberLoc(); } in getLocEnd() function
724 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd() function
805 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
[all …]
DStmt.h462 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function
523 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function
615 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; } in getLocEnd() function
719 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
758 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
768 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function
803 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
857 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
918 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1008 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
[all …]
DExpr.h872 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1244 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1330 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1378 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1448 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1482 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function
1645 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1682 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function
1796 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1916 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.h538 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclBase.h375 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DComment.h222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclCXX.h203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
2517 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DStmtOpenMP.h171 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.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.cpp443 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr
1312 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr
1490 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr
2004 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr
3779 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
3845 SourceLocation DesignatedInitUpdateExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitUpdateExpr
DStmt.cpp270 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
DDeclObjC.cpp875 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
/external/clang/include/clang/Sema/
DDeclSpec.h494 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
1072 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function
1716 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function