Searched defs:Range (Results 101 - 125 of 188) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLToken.h78 class Range { class in class:blink::HTMLToken::Attribute
84 Range nameRange;
85 Range valueRange;
123 /* Range and offset methods exposed for HTMLSourceTracker and HTMLViewSourceParser */
440 Attribute::Range m_range; // Always starts at zero.
/external/clang/include/clang/Basic/
H A DSourceLocation.h226 SourceRange Range; member in class:clang::SourceLocation::CharSourceRange
230 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {}
253 SourceLocation getBegin() const { return Range.getBegin(); }
254 SourceLocation getEnd() const { return Range.getEnd(); }
255 const SourceRange &getAsRange() const { return Range; }
257 void setBegin(SourceLocation b) { Range.setBegin(b); }
258 void setEnd(SourceLocation e) { Range.setEnd(e); }
260 bool isValid() const { return Range.isValid(); }
/external/clang/include/clang/Lex/
H A DPPCallbacks.h242 SourceRange Range, const MacroArgs *Args) {
260 SourceRange Range) {
264 /// \param Range The SourceRange that was skipped. The range begins at the
266 virtual void SourceRangeSkipped(SourceRange Range) { argument
441 SourceRange Range, const MacroArgs *Args) override {
442 First->MacroExpands(MacroNameTok, MD, Range, Args);
443 Second->MacroExpands(MacroNameTok, MD, Range, Args);
458 SourceRange Range) override {
459 First->Defined(MacroNameTok, MD, Range);
460 Second->Defined(MacroNameTok, MD, Range);
241 MacroExpands(const Token &MacroNameTok, const MacroDirective *MD, SourceRange Range, const MacroArgs *Args) argument
259 Defined(const Token &MacroNameTok, const MacroDirective *MD, SourceRange Range) argument
[all...]
H A DPreprocessingRecord.h78 SourceRange Range; member in class:clang::PreprocessedEntity
81 PreprocessedEntity(EntityKind Kind, SourceRange Range) argument
82 : Kind(Kind), Range(Range) { }
92 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
126 PreprocessingDirective(EntityKind Kind, SourceRange Range) argument
127 : PreprocessedEntity(Kind, Range) { }
142 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range) argument
143 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) { }
164 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) argument
168 MacroExpansion(MacroDefinition *Definition, SourceRange Range) argument
595 SourceRange Range; member in struct:clang::PreprocessingRecord::__anon17596
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp46 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {}
50 SourceRange Range; member in struct:clang::ast_matchers::dynamic::Parser::TokenInfo
88 Result.Range.Start = currentLocation();
167 Result.Range.End = currentLocation();
191 SourceRange Range; local
192 Range.Start = Result->Range.Start;
193 Range.End = currentLocation();
194 Error->addError(Range, Error->ET_ParserUnsignedError) << Result->Text;
226 SourceRange Range; local
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp326 std::pair<unsigned, unsigned> Range = D.getRanges()[i]; local
328 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
329 Loc.getLocWithOffset(Range.second - Column));
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp550 // Range of arguments up until and including the last key.
592 // Range of arguments up until and including the last key.
955 SourceRange Range = E->getSourceRange(); local
957 commit.insertWrap("(", Range, ")");
958 commit.insertBefore(Range.getBegin(), "(id)");
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp302 void SDiagsWriter::AddCharSourceRangeToRecord(CharSourceRange Range, argument
305 AddLocToRecord(Range.getBegin(), Record, &SM);
307 if (Range.isTokenRange())
308 TokSize = Lexer::MeasureTokenLength(Range.getEnd(),
311 AddLocToRecord(Range.getEnd(), Record, &SM, TokSize);
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp44 bool Sema::CheckSpecifiedExceptionType(QualType &T, const SourceRange &Range) { argument
74 Diag(Range.getBegin(), diag::err_rref_in_exception_spec)
75 << T << Range; local
88 RequireCompleteType(Range.getBegin(), PointeeT,
89 diag::err_incomplete_in_exception_spec, Kind, Range))
H A DSema.cpp1387 SourceRange Range = E.get()->getSourceRange(); local
1398 SourceLocation ParenInsertionLoc = PP.getLocForEndOfToken(Range.getEnd());
1400 << /*zero-arg*/ 1 << Range
1408 E = ActOnCallExpr(nullptr, E.get(), Range.getEnd(), None,
1409 Range.getEnd().getLocWithOffset(1));
1415 Diag(Loc, PD) << /*not zero-arg*/ 0 << Range;
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp64 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range,
581 SourceRange Range,
587 SourceLocation InstantiationStart = SM.getExpansionLoc(Range.getBegin());
590 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd());
606 EndColNo += Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1;
580 HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range, const char *HighlightStart, const char *HighlightEnd) argument
/external/lldb/include/lldb/Core/
H A DRangeMap.h18 // Uncomment to make sure all Range objects are sorted when needed
35 struct Range struct in namespace:lldb_private
43 Range () : function in struct:lldb_private::Range
49 Range (BaseType b, SizeType s) : function in struct:lldb_private::Range
127 Contains (const Range& range) const
133 Overlap (const Range &rhs) const
144 operator < (const Range &rhs) const
152 operator == (const Range &rhs) const
158 operator != (const Range &rhs) const
175 typedef Range<
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h61 void addRange(RangeSpan Range) { Ranges.push_back(Range); } argument
220 void addRange(RangeSpan Range);
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp620 static const char *getMinimalTypeForRange(uint64_t Range) { argument
621 assert(Range < 0xFFFFFFFFULL && "Enum too large");
622 if (Range > 0xFFFF)
624 if (Range > 0xFF)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp26 #include "core/dom/Range.h"
58 DEFINE_DEBUG_ONLY_GLOBAL(WTF::RefCountedLeakCounter, rangeCounter, ("Range"));
60 inline Range::Range(Document& ownerDocument) function in class:blink::Range
72 PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument)
74 return adoptRefWillBeNoop(new Range(ownerDocument));
77 inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset) function in class:blink::Range
94 PassRefPtrWillBeRawPtr<Range> Rang
[all...]
/external/clang/tools/libclang/
H A DCXCursor.cpp693 CXCursor cxcursor::MakePreprocessingDirectiveCursor(SourceRange Range, argument
696 { Range.getBegin().getPtrEncoding(),
697 Range.getEnd().getPtrEncoding(),
705 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]),
708 return TU->mapRangeFromPreamble(Range);
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp53 struct Range struct in namespace:deqp::gls
157 typedef Range<FormatKey> FormatKeys;
220 typedef Range<FormatEntry> FormatEntries;
231 Range<FormatKey> formats;
234 typedef Range<FormatExtEntry> FormatExtEntries;
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp83 ConstantRange Range; member in class:__anon25686::LVILatticeVal
86 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {}
125 return Range;
176 bool changed = Range != NewR;
177 Range = NewR;
186 Range = NewR;
199 Range = RHS.Range;
266 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
897 ConstantRange Range
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp447 const MemsetRange &Range = *I; local
449 if (Range.TheStores.size() == 1) continue;
452 if (!Range.isProfitableToUseMemset(*DL))
457 StartPtr = Range.StartPtr;
460 unsigned Alignment = Range.Alignment;
468 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment);
471 for (unsigned i = 0, e = Range.TheStores.size(); i != e; ++i)
472 dbgs() << *Range.TheStores[i] << '\n';
475 if (!Range
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp968 static unsigned CountNumNewlinesBetween(StringRef Range, argument
973 Range = Range.substr(Range.find_first_of("\n\r"));
974 if (Range.empty()) return NumNewLines;
979 if (Range.size() > 1 &&
980 (Range[1] == '\n' || Range[1] == '\r') &&
981 (Range[0] != Range[
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h189 FX_FLOAT Range() const function in struct:CPVT_FloatRange
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp66 struct Range { struct in class:HangulIterator
72 const Range *nextRange() {
81 static const Range ranges[4];
85 const HangulIterator::Range HangulIterator::ranges[4]={
992 const HangulIterator::Range *range;
/external/chromium_org/v8/src/
H A Dtypes.h100 // Constant(v) is considered a subtype of Range(x..y) if v happens to be an
333 static TypeHandle Range( function in class:v8::internal::TypeImpl
770 // Range types.
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc219 TypeHandle Range(Handle<i::Object> min, Handle<i::Object> max) { function in class:Types
220 return Type::Range(min, max, region_);
290 return Type::Range(min, max, region_);
573 void Range() { function in struct:Tests
580 TypeHandle type = T.Range(min, max);
585 // Range attributes
591 TypeHandle type = T.Range(min, max);
598 // Range(min1, max1) = Range(min2, max2) <=> min1 = min2 /\ max1 = max2
613 TypeHandle type1 = T.Range(min
[all...]
/external/clang/include/clang/AST/
H A DComment.h59 SourceRange Range; member in class:clang::comments::Comment
176 Range = SR;
198 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
214 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
217 return Range.getBegin();
221 return Range.getEnd();
304 SourceRange Range; member in struct:clang::comments::InlineCommandComment::Argument
307 Argument(SourceRange Range, StringRef Text) : Range(Range), Tex argument
603 SourceRange Range; member in struct:clang::comments::BlockCommandComment::Argument
607 Argument(SourceRange Range, StringRef Text) argument
[all...]

Completed in 477 milliseconds

12345678