Searched refs:getLocEnd (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h45 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();}
H A DStmtObjC.h59 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() cons
[all...]
H A DStmt.h365 SourceLocation getLocEnd() const LLVM_READONLY;
474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
529 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
602 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
656 SourceLocation getLocEnd() const LLVM_READONLY;
706 SourceLocation getLocEnd() const LLVM_READONLY {
712 return CS->getSubStmt()->getLocEnd();
745 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
755 inline SourceLocation SwitchCase::getLocEnd() cons function in class:clang::SwitchCase
[all...]
H A DExprObjC.h48 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() cons
[all...]
H A DExpr.h820 SourceLocation getLocEnd() const LLVM_READONLY {
821 return SourceExpr ? SourceExpr->getLocEnd() : Loc;
978 SourceLocation getLocEnd() const LLVM_READONLY;
1184 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
1268 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
1314 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
1382 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
1414 SourceLocation getLocEnd() const LLVM_READONLY { return Val->getLocEnd(); }
1575 SourceLocation getLocEnd() cons
[all...]
H A DExprCXX.h90 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
405 SourceLocation getLocEnd() const { return getRParenLoc(); } function in class:clang::UserDefinedLiteral
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() cons function in class:clang::MSPropertyRefExpr
[all...]
H A DDeclFriend.h143 return SourceRange(getFriendLoc(), ND->getLocEnd());
H A DRawCommentList.h112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
H A DStmtOpenMP.h47 SourceLocation getLocEnd() const { return EndLoc; } function in class:clang::OMPClause
425 SourceLocation getLocEnd() const { return EndLoc; } function in class:clang::OMPExecutableDirective
H A DComment.h209 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()));
H A DDeclarationName.h531 return SourceRange(getLocStart(), getLocEnd());
536 SourceLocation getLocEnd() const LLVM_READONLY {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp22 if (S->getLocEnd().isMacroID())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp131 SourceLocation afterSemi = findLocationAfterSemi((*retI)->getLocEnd(),
139 (*retI)->getLocEnd()),
244 return SourceRange((*rangeS)->getLocStart(), (*rangeE)->getLocEnd());
310 findLocationAfterSemi(retS->getLocEnd(), Pass.Ctx).isValid()) {
H A DObjCMT.cpp478 commit.insertBefore(Method->getLocEnd(), " DEPRECATED");
488 commit.insertAfterToken(Prop->getLocEnd(), " DEPRECATED");
611 SourceLocation EndOfEnumDclLoc = EnumDcl->getLocEnd();
621 SourceLocation EndTypedefDclLoc = TypedefDcl->getLocEnd();
631 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(),
654 SourceLocation TypedefLoc = TypedefDcl->getLocEnd();
686 SourceLocation EndLoc = Enumerator->getLocEnd();
1138 commit.insertBefore(OM->getLocEnd(), " NS_RETURNS_INNER_POINTER");
1150 commit.insertBefore(P->getLocEnd(), " NS_RETURNS_INNER_POINTER ");
1281 SourceLocation EndLoc = LastFD->getLocEnd();
[all...]
H A DTransUnbridgedCasts.cpp245 TA.insertAfterToken(E->getLocEnd(), ")");
270 TA.insertAfterToken(WrapE->getLocEnd(), ")");
H A DTransProtectedScope.cpp76 SourceLocation NextLoc = S->getLocEnd();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp246 onlyWhitespaceBetween(SourceMgr, C1.getLocEnd(), C2.getLocStart(),
248 SourceRange MergedRange(C1.getLocStart(), C2.getLocEnd());
H A DExprCXX.cpp283 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { function in class:CXXPseudoDestructorExpr
492 SourceLocation CXXConstructExpr::getLocEnd() const { function in class:CXXConstructExpr
494 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
503 SourceLocation NewEnd = Arg->getLocEnd();
519 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
530 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
532 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
734 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { function in class:CXXFunctionalCastExpr
735 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd();
828 SourceLocation CXXTemporaryObjectExpr::getLocEnd() cons function in class:CXXTemporaryObjectExpr
[all...]
H A DStmt.cpp166 (void) is_good(implements_getLocEnd(&type::getLocEnd))
214 static_cast<const S*>(stmt)->getLocEnd());
243 SourceLocation Stmt::getLocEnd() const { function in class:Stmt
249 return static_cast<const type*>(this)->getLocEnd();
756 SourceLocation ObjCAtTryStmt::getLocEnd() const { function in class:ObjCAtTryStmt
758 return getFinallyStmt()->getLocEnd();
760 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
761 return getTryBody()->getLocEnd();
H A DExpr.cpp201 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
474 SourceLocation DeclRefExpr::getLocEnd() const { function in class:DeclRefExpr
477 return getNameInfo().getLocEnd();
1271 SourceLocation CallExpr::getLocEnd() const { function in class:CallExpr
1273 return cast<CXXOperatorCallExpr>(this)->getLocEnd();
1277 end = getArg(getNumArgs() - 1)->getLocEnd();
1415 SourceLocation MemberExpr::getLocEnd() const { function in class:MemberExpr
1420 EndLoc = getBase()->getLocEnd();
1917 SourceLocation InitListExpr::getLocEnd() const { function in class:InitListExpr
1919 return SyntacticForm->getLocEnd();
3803 SourceLocation DesignatedInitExpr::getLocEnd() const { function in class:DesignatedInitExpr
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp57 return S.Diag(call->getLocEnd(), diag::err_typecheck_call_too_few_args)
63 call->getArg(argCount - 1)->getLocEnd());
990 Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args)
1228 Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args_at_least)
1476 Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args_at_least)
1594 (*(TheCall->arg_end()-1))->getLocEnd());
1599 return Diag(TheCall->getLocEnd(),
1668 return Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args)
1675 (*(TheCall->arg_end()-1))->getLocEnd());
1701 << SourceRange(OrigArg0.get()->getLocStart(), OrigArg1.get()->getLocEnd());
[all...]
H A DSemaLambda.cpp684 Loc, Init->getLocStart(), Init->getLocEnd())
1172 CallOperator->getBody()->getLocEnd());
1214 CallOperator->getBody()->getLocEnd());
1269 CallOperator->getBody()->getLocEnd());
1427 ArrayIndexStarts, Body->getLocEnd(),
H A DAnalysisBasedWarnings.cpp448 if (VD->getLocEnd().isMacroID())
451 SourceLocation Loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
475 Then->getLocEnd(), 0, S.getSourceManager(), S.getLangOpts());
477 SourceRange(ElseKwLoc, Else->getLocEnd()));
1733 SourceLocation FEL = AC.getDecl()->getLocEnd();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h496 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
1043 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; }
1639 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp424 Msg->getArg(Msg->getNumArgs()-2)->getLocEnd());
554 Msg->getArg(SentinelIdx-1)->getLocEnd());
595 Keys.back()->getLocEnd());

Completed in 358 milliseconds

123