HomeSort by relevance Sort by last modified time
    Searched refs:getLocEnd (Results 1 - 25 of 57) 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();
242 SourceLocation getLocEnd() const LLVM_READONLY;
299 SourceLocation getLocEnd() const LLVM_READONLY {
300 return getSynchBody()->getLocEnd();
332 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 363 SourceLocation getLocEnd() const LLVM_READONLY;
472 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
527 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
600 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
654 SourceLocation getLocEnd() const LLVM_READONLY;
704 SourceLocation getLocEnd() const LLVM_READONLY {
710 return CS->getSubStmt()->getLocEnd();
743 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
753 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(); }
154 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
323 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
375 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
407 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
450 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
509 SourceLocation getLocEnd() const LLVM_READONLY { return Loc;
    [all...]
Expr.h 820 SourceLocation getLocEnd() const LLVM_READONLY {
821 return SourceExpr ? SourceExpr->getLocEnd() : Loc;
    [all...]
Comment.h 209 SourceLocation getLocEnd() const LLVM_READONLY {
342 getLocEnd());
549 Content.back()->getLocEnd()));
684 SourceLocation NewLocEnd = PC->getLocEnd();
960 return SourceRange(TextBegin, getLocEnd());
1088 Blocks.back()->getLocEnd()));
StmtOpenMP.h 47 SourceLocation getLocEnd() const { return EndLoc; }
307 SourceLocation getLocEnd() const { return EndLoc; }
DeclFriend.h 143 return SourceRange(getFriendLoc(), ND->getLocEnd());
DeclarationName.h 531 return SourceRange(getLocStart(), getLocEnd());
536 SourceLocation getLocEnd() const LLVM_READONLY {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 22 if (S->getLocEnd().isMacroID())
PathDiagnostic.cpp 502 SourceLocation L = UseEnd ? S->getLocEnd() : S->getLocStart();
531 L = ADC->getDecl()->getLocEnd();
535 L = UseEnd ? Parent->getLocEnd() : Parent->getLocStart();
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 48 result.SourceManager->getSpellingLoc(type_location.getLocEnd()));
  /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()) {
TransUnbridgedCasts.cpp 238 TA.insertAfterToken(E->getLocEnd(), ")");
263 TA.insertAfterToken(WrapE->getLocEnd(), ")");
TransProtectedScope.cpp 76 SourceLocation NextLoc = S->getLocEnd();
  /external/chromium_org/ppapi/tests/clang/
print_names_and_sizes.cc 124 clang::SourceLocation end_loc = type_decl->getLocEnd();
  /external/clang/lib/AST/
Stmt.cpp 168 (void) sizeof(is_good(implements_getLocEnd(&type::getLocEnd)))
215 static_cast<const S*>(stmt)->getLocEnd());
244 SourceLocation Stmt::getLocEnd() const {
250 return static_cast<const type*>(this)->getLocEnd();
756 SourceLocation ObjCAtTryStmt::getLocEnd() const {
758 return getFinallyStmt()->getLocEnd();
760 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
761 return getTryBody()->getLocEnd();
    [all...]
ExprCXX.cpp 221 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const {
429 SourceLocation CXXConstructExpr::getLocEnd() const {
431 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
440 SourceLocation NewEnd = Arg->getLocEnd();
456 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
467 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
469 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
757 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const {
    [all...]
Expr.cpp 200 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
470 SourceLocation DeclRefExpr::getLocEnd() const {
473 return getNameInfo().getLocEnd();
    [all...]
  /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 843 CallOperator->getBody()->getLocEnd());
    [all...]
AnalysisBasedWarnings.cpp 452 if (VD->getLocEnd().isMacroID())
455 SourceLocation Loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
474 Then->getLocEnd(), 0, S.getSourceManager(), S.getLangOpts());
476 SourceRange(ElseKwLoc, Else->getLocEnd()));
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 487 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 424 Msg->getArg(Msg->getNumArgs()-2)->getLocEnd());
554 Msg->getArg(SentinelIdx-1)->getLocEnd());
595 Keys.back()->getLocEnd());
    [all...]

Completed in 213 milliseconds

1 2 3