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

1 2 3

  /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(); }
136 SourceLocation getLocEnd() const LLVM_READONLY {
137 return AtFinallyStmt->getLocEnd();
241 SourceLocation getLocEnd() const LLVM_READONLY;
298 SourceLocation getLocEnd() const LLVM_READONLY {
299 return getSynchBody()->getLocEnd();
331 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();
193 SourceLocation getLocEnd() const LLVM_READONLY {
194 return SubExprs[BODY]->getLocEnd();
279 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
Stmt.h 365 SourceLocation getLocEnd() const LLVM_READONLY;
474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
535 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
618 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
673 SourceLocation getLocEnd() const LLVM_READONLY;
723 SourceLocation getLocEnd() const LLVM_READONLY {
729 return CS->getSubStmt()->getLocEnd();
762 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
772 inline SourceLocation SwitchCase::getLocEnd() const
    [all...]
ExprCXX.h 90 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
405 SourceLocation getLocEnd() const { return getRParenLoc(); }
443 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
471 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
505 SourceLocation getLocEnd() const LLVM_READONLY {
506 return SubExpr->getLocEnd();
593 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
637 return SourceRange(getLocStart(), getLocEnd());
650 SourceLocation getLocEnd() const { return getMemberLoc();
    [all...]
ExprObjC.h 48 SourceLocation getLocEnd() const LLVM_READONLY { return String->getLocEnd(); }
75 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
116 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
155 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
324 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
376 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
408 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
451 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
510 SourceLocation getLocEnd() const LLVM_READONLY { return Loc;
    [all...]
Expr.h     [all...]
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
DeclFriend.h 144 return SourceRange(getFriendLoc(), ND->getLocEnd());
DeclarationName.h 532 return SourceRange(getLocStart(), getLocEnd());
537 SourceLocation getLocEnd() const LLVM_READONLY {
Comment.h 220 SourceLocation getLocEnd() const LLVM_READONLY {
353 getLocEnd());
568 Content.back()->getLocEnd()));
703 SourceLocation NewLocEnd = PC->getLocEnd();
979 return SourceRange(TextBegin, getLocEnd());
1107 Blocks.back()->getLocEnd()));
StmtOpenMP.h 131 SourceLocation getLocEnd() const { return EndLoc; }
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 22 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 610 SourceLocation EndOfEnumDclLoc = EnumDcl->getLocEnd();
620 SourceLocation EndTypedefDclLoc = TypedefDcl->getLocEnd();
630 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(),
653 SourceLocation TypedefLoc = TypedefDcl->getLocEnd();
683 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/AST/
RawCommentList.cpp 245 onlyWhitespaceBetween(SourceMgr, C1.getLocEnd(), C2.getLocStart(),
247 SourceRange MergedRange(C1.getLocStart(), C2.getLocEnd());
ExprCXX.cpp 282 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const {
491 SourceLocation CXXConstructExpr::getLocEnd() const {
493 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
502 SourceLocation NewEnd = Arg->getLocEnd();
518 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
529 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
531 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
733 SourceLocation CXXFunctionalCastExpr::getLocEnd() const {
734 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd();
    [all...]
Stmt.cpp 166 (void) is_good(implements_getLocEnd(&type::getLocEnd))
214 static_cast<const S*>(stmt)->getLocEnd());
243 SourceLocation Stmt::getLocEnd() const {
249 return static_cast<const type*>(this)->getLocEnd();
754 SourceLocation ObjCAtTryStmt::getLocEnd() const {
756 return getFinallyStmt()->getLocEnd();
758 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
759 return getTryBody()->getLocEnd();
    [all...]
Expr.cpp 172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
445 SourceLocation DeclRefExpr::getLocEnd() const {
448 return getNameInfo().getLocEnd();
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 70 result.SourceManager->getSpellingLoc(expr->getLocEnd()));
85 result.SourceManager->getSpellingLoc(sub_expr->getLocEnd()));
  /external/clang/lib/Sema/
SemaChecking.cpp 57 return S.Diag(call->getLocEnd(), diag::err_typecheck_call_too_few_args)
63 call->getArg(argCount - 1)->getLocEnd());
    [all...]
SemaLambda.cpp 771 Loc, Init->getLocStart(), Init->getLocEnd())
    [all...]
TreeTransform.h     [all...]
AnalysisBasedWarnings.cpp 625 if (VD->getLocEnd().isMacroID())
628 SourceLocation Loc = S.getLocForEndOfToken(VD->getLocEnd());
652 Then->getLocEnd(), 0, S.getSourceManager(), S.getLangOpts());
654 SourceRange(ElseKwLoc, Else->getLocEnd()));
    [all...]

Completed in 919 milliseconds

1 2 3