Home
last modified time | relevance | path

Searched refs:getEnd (Results 1 – 25 of 106) sorted by relevance

12345

/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h30 int64_t getEnd() const { return End; } in getEnd() function
51 return L.getStart() == R.getStart() && L.getEnd() == R.getEnd(); in isEqual()
61 assert(L.getEnd() < R.getStart()); in isLess()
64 assert(L.getEnd() == R.getEnd()); in isLess()
67 assert(L.getStart() > R.getEnd()); in isLess()
73 if (K.getStart() >= L.getStart() && K.getEnd() <= L.getEnd()) in isContainedIn()
81 ID.AddInteger(V.first.getEnd()); in Profile()
158 if (CurrentK.getStart() > K.getEnd()) in removeOverlap()
161 else if (CurrentK.getEnd() < K.getStart()) in removeOverlap()
172 if (CurrentK.getEnd() <= K.getEnd()) { in removeOverlap()
[all …]
/external/clang/lib/Rewrite/
DRewriter.cpp122 !isRewritable(Range.getEnd())) return -1; in getRangeSize()
128 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID); in getRangeSize()
147 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRangeSize()
165 !isRewritable(Range.getEnd())) in getRewrittenText()
171 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID); in getRewrittenText()
186 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRewrittenText()
196 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRewrittenText()
310 if (!isRewritable(range.getEnd())) return true; in ReplaceText()
352 if (!isRewritable(range.getEnd())) return true; in IncreaseIndentation()
359 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileID); in IncreaseIndentation()
/external/clang/lib/Edit/
DCommit.cpp104 commitableAfter = insertAfterToken(range.getEnd(), after); in insertWrap()
106 commitableAfter = insert(range.getEnd(), after); in insertWrap()
155 addRemove(replacementRange.getEnd(), in replaceWithInner()
302 if (range.getBegin().isMacroID() || range.getEnd().isMacroID()) in canRemoveRange()
305 SM.isInSystemHeader(range.getEnd())) in canRemoveRange()
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange()
DRewriteObjCFoundationAPI.cpp102 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGet()
128 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()), in rewriteToArraySubscriptSet()
158 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()), in rewriteToDictionarySubscriptSet()
302 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
325 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
326 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
391 literalRange.getEnd().isMacroID()) in getLiteralInfo()
565 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); in rewriteToNumberLiteral()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DBlockAddresses.java108 public CodeAddress getEnd(BasicBlock block) { in getEnd() method in BlockAddresses
119 public CodeAddress getEnd(int label) { in getEnd() method in BlockAddresses
DStdCatchBuilder.java284 CodeAddress endAddress = addresses.getEnd(end); in makeEntry()
312 int endAddress = addresses.getEnd(end).getAddress(); in rangeIsValid()
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArrayAnnotatedOutput.java378 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate()
457 } else if (last.getEnd() > cursor) { in finishAnnotating()
496 end = a.getEnd(); in writeAnnotationsTo()
619 public int getEnd() { in getEnd() method in ByteArrayAnnotatedOutput.Annotation
/external/clang/lib/Lex/
DPreprocessingRecord.cpp132 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow()
164 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange()
167 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd()); in findLocalPreprocessedEntitiesInRange()
222 if (SourceMgr.isBeforeInTranslationUnit((*I)->getSourceRange().getEnd(), in findBeginLocalPreprocessedEntity()
436 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc())) in rangeIntersectsConditionalDirective()
441 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr)); in rangeIntersectsConditionalDirective()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DByteArrayAnnotatedOutput.java412 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate()
491 } else if (last.getEnd() > cursor) { in finishAnnotating()
535 end = a.getEnd(); in writeAnnotationsTo()
661 public int getEnd() { in getEnd() method in ByteArrayAnnotatedOutput.Annotation
DByteArrayOutput.java379 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate()
458 } else if (last.getEnd() > cursor) { in finishAnnotating()
565 public int getEnd() { in getEnd() method in ByteArrayOutput.Annotation
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp145 Pass.TA.insertAfterToken(RecRange.getEnd(), str); in VisitObjCMessageExpr()
228 if (SM.isMacroArgExpansion(RecRange.getEnd())) in checkForGCDOrXPC()
229 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
DTransformActions.cpp68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange()
408 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange()
472 if (replacementRange.getEnd() != range.getEnd()) in commitReplace()
474 getLocForEndOfToken(replacementRange.getEnd(), in commitReplace()
476 range.getEnd())); in commitReplace()
DPlistReporter.cpp72 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange()); in EmitRange()
114 AddFID(FM, Fids, SM, RI->getEnd()); in writeARCDiagsToPlist()
DTransUnusedInitDelegate.cpp61 Pass.TA.insertAfterToken(ExprRange.getEnd(), retStr); in VisitObjCMessageExpr()
DARCMT.cpp38 (diagLoc == range.getEnd() || in clearDiagnostic()
39 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) { in clearDiagnostic()
66 (diagLoc == range.getEnd() || in hasDiagnostic()
67 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) { in hasDiagnostic()
/external/skia/src/xml/
DSkXMLWriter.cpp72 SkXMLWriter::Elem* SkXMLWriter::getEnd() in getEnd() function in SkXMLWriter
225 Elem* elem = getEnd(); in onEndElement()
284 Elem* elem = this->getEnd(); in onEndElement()
/external/clang/include/clang/Basic/
DSourceLocation.h194 SourceLocation getEnd() const { return E; } in getEnd() function
252 SourceLocation getEnd() const { return Range.getEnd(); } in getEnd() function
/external/clang/lib/Frontend/
DTextDiagnostic.cpp757 SourceLocation E = SM.getExpansionLoc(RI->getEnd()); in emitDiagnosticLoc()
764 if (B == E && RI->getEnd().isMacroID()) in emitDiagnosticLoc()
765 E = SM.getExpansionRange(RI->getEnd()).second; in emitDiagnosticLoc()
986 SourceLocation End = SM.getExpansionLoc(R.getEnd()); in highlightRange()
993 if (Begin == End && R.getEnd().isMacroID()) in highlightRange()
994 End = SM.getExpansionRange(R.getEnd()).second; in highlightRange()
1132 I->RemoveRange.getEnd().isMacroID()) in emitParseableFixits()
1139 SourceLocation ELoc = I->RemoveRange.getEnd(); in emitParseableFixits()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h271 return getSourceRange().getEnd(); in getEndLoc()
283 return getLocalSourceRange().getEnd(); in getLocalEndLoc()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java204 int end = one.getEnd(); in writeTo()
250 + ".." + Hex.u2or4(entry.getEnd()); in annotateEntries()
/external/clang/include/clang/Rewrite/
DHTMLRewrite.h42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag); in HighlightRange()
/external/clang/unittests/Lex/
DLexerTest.cpp116 EXPECT_EQ(Loc, macroRange.getEnd()); in TEST_F()
129 macroRange.getEnd().getLocWithOffset(1))); in TEST_F()
/external/skia/src/animator/
DSkXMLAnimatorWriter.cpp31 Elem* elem = getEnd(); in onEndElement()
/external/clang/lib/AST/
DTypeLoc.cpp127 return Last.getLocalSourceRange().getEnd(); in getEndLoc()
192 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
DExprCXX.cpp119 return DirectInitRange.getEnd(); in getEndLoc()
121 return getInitializer()->getSourceRange().getEnd(); in getEndLoc()
198 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); in getSourceRange()
401 return SourceRange(Loc, ParenRange.getEnd()); in getSourceRange()
424 getArg(0)->getSourceRange().getEnd()); in getSourceRange()
436 return SourceRange(getOperatorLoc(), getArg(0)->getSourceRange().getEnd()); in getSourceRange()
439 getArg(1)->getSourceRange().getEnd()); in getSourceRange()
703 getParenRange().getEnd()); in getSourceRange()

12345