HomeSort by relevance Sort by last modified time
    Searched refs:getLocEnd (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/clang/lib/AST/
StmtObjC.cpp 67 SourceLocation ObjCAtTryStmt::getLocEnd() const {
69 return getFinallyStmt()->getLocEnd();
71 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
72 return getTryBody()->getLocEnd();
ExprCXX.cpp 277 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const {
484 SourceLocation CXXConstructExpr::getLocEnd() const {
486 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
495 SourceLocation NewEnd = Arg->getLocEnd();
511 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
522 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
524 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
726 SourceLocation CXXFunctionalCastExpr::getLocEnd() const {
727 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd();
    [all...]
RawCommentList.cpp 317 onlyWhitespaceBetween(SourceMgr, C1.getLocEnd(), C2.getLocStart(),
319 SourceRange MergedRange(C1.getLocStart(), C2.getLocEnd());
Expr.cpp 172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
443 SourceLocation DeclRefExpr::getLocEnd() const {
446 return getNameInfo().getLocEnd();
    [all...]
Stmt.cpp 193 (void) is_good(implements_getLocEnd(&type::getLocEnd))
241 static_cast<const S*>(stmt)->getLocEnd());
270 SourceLocation Stmt::getLocEnd() const {
276 return static_cast<const type*>(this)->getLocEnd();
    [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 59 SourceLocation getLocEnd() const LLVM_READONLY {
60 return SubExprs[BODY]->getLocEnd();
108 SourceLocation getLocEnd() const LLVM_READONLY { return Body->getLocEnd(); }
137 SourceLocation getLocEnd() const LLVM_READONLY {
138 return AtFinallyStmt->getLocEnd();
242 SourceLocation getLocEnd() const LLVM_READONLY;
299 SourceLocation getLocEnd() const LLVM_READONLY {
300 return getSynchBody()->getLocEnd();
333 SourceLocation getLocEnd() const LLVM_READONLY
    [all...]
StmtCXX.h 45 SourceLocation getLocEnd() const LLVM_READONLY {
46 return HandlerBlock->getLocEnd();
89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
93 return getStmts()[NumHandlers]->getLocEnd();
194 SourceLocation getLocEnd() const LLVM_READONLY {
195 return SubExprs[BODY]->getLocEnd();
280 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
350 SourceLocation getLocEnd() const LLVM_READONLY {
351 return getBody()->getLocEnd();
    [all...]
Stmt.h 347 SourceLocation getLocEnd() const LLVM_READONLY;
462 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
523 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
615 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; }
669 SourceLocation getLocEnd() const LLVM_READONLY;
719 SourceLocation getLocEnd() const LLVM_READONLY {
725 return CS->getSubStmt()->getLocEnd();
758 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
768 inline SourceLocation SwitchCase::getLocEnd() const
    [all...]
ExprObjC.h 48 SourceLocation getLocEnd() const LLVM_READONLY { return String->getLocEnd(); }
75 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
118 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
166 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
335 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
389 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
423 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
468 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
529 SourceLocation getLocEnd() const LLVM_READONLY { return Loc;
    [all...]
Expr.h     [all...]
ExprCXX.h 97 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
218 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
412 SourceLocation getLocEnd() const { return getRParenLoc(); }
450 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
480 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
516 SourceLocation getLocEnd() const LLVM_READONLY {
517 return SubExpr->getLocEnd();
604 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
649 return SourceRange(getLocStart(), getLocEnd());
662 SourceLocation getLocEnd() const { return getMemberLoc();
    [all...]
ExprOpenMP.h 107 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; }
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
DeclFriend.h 148 return SourceRange(getFriendLoc(), ND->getLocEnd());
DeclarationName.h 533 return SourceRange(getLocStart(), getLocEnd());
538 SourceLocation getLocEnd() const LLVM_READONLY {
Comment.h 222 SourceLocation getLocEnd() const LLVM_READONLY {
355 getLocEnd());
570 Content.back()->getLocEnd()));
705 SourceLocation NewLocEnd = PC->getLocEnd();
981 return SourceRange(TextBegin, getLocEnd());
1109 Blocks.back()->getLocEnd()));
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 23 if (S->getLocEnd().isMacroID())
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 131 SourceLocation afterSemi = findLocationAfterSemi((*retI)->getLocEnd(),
139 (*retI)->getLocEnd()),
244 return SourceRange((*rangeS)->getLocStart(), (*rangeE)->getLocEnd());
310 findLocationAfterSemi(retS->getLocEnd(), Pass.Ctx).isValid()) {
ObjCMT.cpp 263 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd();
293 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd();
724 SourceLocation EndOfEnumDclLoc = EnumDcl->getLocEnd();
734 SourceLocation EndTypedefDclLoc = TypedefDcl->getLocEnd();
744 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(),
778 EndLoc = TLoc.getLocEnd();
792 SourceLocation StartTypedefLoc = EnumDcl->getLocEnd();
794 SourceLocation EndTypedefLoc = TypedefDcl->getLocEnd();
825 SourceLocation EndLoc = Enumerator->getLocEnd();
    [all...]
TransUnbridgedCasts.cpp 246 TA.insertAfterToken(E->getLocEnd(), ")");
271 TA.insertAfterToken(WrapE->getLocEnd(), ")");
TransProtectedScope.cpp 76 SourceLocation NextLoc = S->getLocEnd();
  /external/clang/lib/Sema/
SemaChecking.cpp 58 return S.Diag(call->getLocEnd(), diag::err_typecheck_call_too_few_args)
64 call->getArg(argCount - 1)->getLocEnd());
    [all...]
TreeTransform.h     [all...]
SemaInit.cpp 486 SourceLocation Loc = ILE->getLocEnd();
662 ExprResult ElementInit = PerformEmptyInit(SemaRef, ILE->getLocEnd(),
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 136 milliseconds

1 2 3