Searched refs:getEnd (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h30 int64_t getEnd() const { return End; } function in class:llvm::Interval
51 return L.getStart() == R.getStart() && L.getEnd() == R.getEnd();
61 assert(L.getEnd() < R.getStart());
64 assert(L.getEnd() == R.getEnd());
67 assert(L.getStart() > R.getEnd());
73 if (K.getStart() >= L.getStart() && K.getEnd() <= L.getEnd())
81 ID.AddInteger(V.first.getEnd());
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp127 !isRewritable(Range.getEnd())) return -1;
133 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
152 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
170 !isRewritable(Range.getEnd()))
176 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
191 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
201 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts);
315 if (!isRewritable(range.getEnd())) return true;
357 if (!isRewritable(range.getEnd())) return true;
364 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileI
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
40 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr));
H A DPreprocessingRecord.cpp131 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
163 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
166 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd());
221 if (SourceMgr.isBeforeInTranslationUnit((*I)->getSourceRange().getEnd(),
469 EndLoc = FilenameRange.getEnd();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp62 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr);
H A DTransProtectedScope.cpp176 Pass.TA.insert(info.Range.getEnd(), "}\n");
194 SM.isBeforeInTranslationUnit(Loc, R.getEnd());
H A DTransRetainReleaseDealloc.cpp149 Pass.TA.insertAfterToken(RecRange.getEnd(), str);
390 if (SM.isMacroArgExpansion(RecRange.getEnd()))
391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
H A DARCMT.cpp39 (diagLoc == range.getEnd() ||
40 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
68 (diagLoc == range.getEnd() ||
69 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
H A DPlistReporter.cpp72 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange());
114 AddFID(FM, Fids, SM, RI->getEnd());
H A DTransformActions.cpp69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
409 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd());
473 if (replacementRange.getEnd() != range.getEnd())
475 getLocForEndOfToken(replacementRange.getEnd(),
477 range.getEnd()));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp106 commitableAfter = insertAfterToken(range.getEnd(), after);
108 commitableAfter = insert(range.getEnd(), after);
157 addRemove(replacementRange.getEnd(),
304 if (range.getBegin().isMacroID() || range.getEnd().isMacroID())
307 SM.isInSystemHeader(range.getEnd())) && ForceCommitInSystemHeader)
314 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
H A DRewriteObjCFoundationAPI.cpp196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
248 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()),
284 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()),
518 commit.insertAfterToken(ValRange.getEnd(), "}");
545 commit.insertAfterToken(KeyRange.getEnd(), ": ");
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
589 commit.insertAfterToken(KeyRange.getEnd(), ": ");
590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
688 literalRange.getEnd().isMacroID())
863 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd();
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp33 SourceLocation L = Lexer::getLocForEndOfToken(Range.getEnd(), 0,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h201 SourceLocation getEnd() const { return E; } function in class:clang::SourceLocation::SourceRange
254 SourceLocation getEnd() const { return Range.getEnd(); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp108 Changes[i - 1].OriginalWhitespaceRange.getEnd());
152 Changes[i].OriginalWhitespaceRange.getEnd()) ==
154 Changes[j].OriginalWhitespaceRange.getEnd()));
254 unsigned WhitespaceLength = SourceMgr.getFileOffset(Range.getEnd()) -
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDominators.cpp172 const BasicBlock *End = BBE.getEnd();
223 if (PN && PN->getParent() == BBE.getEnd() &&
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h274 return getSourceRange().getEnd();
286 return getLocalSourceRange().getEnd();
H A DRawCommentList.h112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp73 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) {
101 SourceMgr.getDecomposedLoc(Range.getEnd());
H A DTypeLoc.cpp173 return Last.getLocalSourceRange().getEnd();
243 getUnderlyingExpr()->getSourceRange().getEnd());
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h145 setAnnotationEndLoc(R.getEnd());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp842 SourceLocation E = SM.getExpansionLoc(RI->getEnd());
849 if (B == E && RI->getEnd().isMacroID())
850 E = SM.getExpansionRange(RI->getEnd()).second;
927 SourceLocation End = R.getEnd();
1239 I->RemoveRange.getEnd().isMacroID())
1246 SourceLocation ELoc = I->RemoveRange.getEnd();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h490 TypeRange.getBegin(), TypeRange.getEnd());
501 TypeRange.getEnd());
509 TypeRange.getBegin(), TypeRange.getEnd());
H A DDeclSpec.h76 SourceLocation getEndLoc() const { return Range.getEnd(); }
190 Range.setEnd(R.getEnd());
496 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
1639 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
1660 if (!SR.getEnd().isInvalid())
1661 Range.setEnd(SR.getEnd());

Completed in 232 milliseconds

12345