Home
last modified time | relevance | path

Searched defs:getLocEnd (Results 1 – 17 of 17) 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
154 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
136 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
299 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
332 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
361 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} 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
728 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
779 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } 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
DStmt.h472 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function
527 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd() function
600 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; } in getLocEnd() function
704 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
743 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
753 inline SourceLocation SwitchCase::getLocEnd() const { in getLocEnd() function
784 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
832 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd() function
892 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
988 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
[all …]
DExpr.h820 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1183 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1265 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1311 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1379 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd() function
1411 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); } in getLocEnd() function
1572 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1607 SourceLocation getLocEnd() const LLVM_READONLY { return R; } in getLocEnd() function
1722 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
1842 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
[all …]
DStmtOpenMP.h47 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
307 SourceLocation getLocEnd() const { return EndLoc; } in getLocEnd() function
DDeclarationName.h536 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclBase.h364 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclCXX.h204 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
2391 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DComment.h209 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DTypeLoc.h128 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
/external/clang/lib/AST/
DExprCXX.cpp221 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr
429 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr
757 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
DExpr.cpp470 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr
1220 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr
1364 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr
1865 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr
3747 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
DStmt.cpp244 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt
756 SourceLocation ObjCAtTryStmt::getLocEnd() const { in getLocEnd() function in ObjCAtTryStmt
DDeclObjC.cpp699 SourceLocation ObjCMethodDecl::getLocEnd() const { in getLocEnd() function in ObjCMethodDecl
/external/clang/include/clang/Sema/
DDeclSpec.h487 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
1020 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function
1615 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function