Searched refs:getRange (Results 1 - 25 of 73) sorted by relevance

123

/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp35 SMRange getRange(unsigned Offset, unsigned Length) { function in class:__anon26548::SourceMgrTest
101 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 3), None);
111 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(3, 3), None);
121 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 7), None);
131 SMRange Ranges[] = { getRange(0, 3), getRange(4, 3) };
142 SMRange Ranges[] = { getRange(0, 3), getRange(2, 4) };
154 makeArrayRef(SMFixIt(getRange(4, 3), "zzz")));
166 makeArrayRef(SMFixIt(getRange(
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclosebrackets.js34 var str = cm.getRange(Pos(pos.line, pos.ch - 1),
66 var next = cm.getRange(cur, Pos(cur.line, cur.ch + 1));
70 if (cm.getRange(cur, Pos(cur.line, cur.ch + 3)) == left + left + left)
75 cm.getRange(Pos(cur.line, cur.ch - 2), cur) == left + left &&
76 (cur.ch <= 2 || cm.getRange(Pos(cur.line, cur.ch - 3), Pos(cur.line, cur.ch - 2)) != left))
113 cm.getRange(range.head, Pos(range.head.line, range.head.ch + 1)) != right)
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp29 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_wrong_target)
39 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_outside_switch);
42 return ::new (S.Context) FallThroughAttr(A.getRange(), S.Context,
104 A.getRange());
156 SourceLocation ValueLoc = LH->getRange().getEnd();
212 S.Diag(A.getRange().getBegin(), diag::err_attribute_invalid_on_stmt)
H A DSemaDeclAttr.cpp301 D->addAttr(::new (S.Context) AttrType(Attr.getRange(), S.Context,
541 PtGuardedVarAttr(Attr.getRange(), S.Context,
565 D->addAttr(::new (S.Context) GuardedByAttr(Attr.getRange(), S.Context, Arg,
578 D->addAttr(::new (S.Context) PtGuardedByAttr(Attr.getRange(),
616 AcquiredAfterAttr(Attr.getRange(), S.Context,
629 AcquiredBeforeAttr(Attr.getRange(), S.Context,
653 AssertSharedLockAttr(Attr.getRange(), S.Context, StartArg, Size,
666 AssertExclusiveLockAttr(Attr.getRange(), S.Context,
697 SharedTrylockFunctionAttr(Attr.getRange(), S.Context,
710 ExclusiveTrylockFunctionAttr(Attr.getRange(),
[all...]
H A DSemaCXXScopeSpec.cpp206 if (loc.isInvalid()) loc = SS.getRange().getBegin();
210 SS.getRange())) {
211 SS.SetInvalid(SS.getRange());
230 SS.SetInvalid(SS.getRange());
238 << type << SS.getRange();
239 SS.SetInvalid(SS.getRange());
329 Found.setContextRange(SS.getRange());
441 Found.setContextRange(SS.getRange());
558 << SS.getRange());
723 << SS.getRange();
[all...]
H A DSemaExprMember.cpp205 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
496 << SS.getRange() << rep << BaseType;
619 SemaRef.Diag(SS.getRange().getEnd(), diag::err_typecheck_incomplete_tag)
620 << SS.getRange() << DC;
628 << DC << SS.getRange();
667 << Name << DC << DroppedSpecifier << SS.getRange());
927 if (SS.getRange().isValid())
928 Loc = SS.getRange().getBegin();
1042 if (SS.getRange().isValid())
1043 Loc = SS.getRange()
[all...]
/external/clang/lib/Lex/
H A DPPExpressions.cpp45 const SourceRange &getRange() const { return Range; } function in class:__anon17946::PPValue
344 << Result.getRange();
376 PP.Diag(Loc, diag::warn_pp_expr_overflow) << Result.getRange();
464 << LHS.getRange();
508 << RHS.getRange();
556 << LHS.getRange() << RHS.getRange();
561 << LHS.getRange() << RHS.getRange();
575 << LHS.getRange() << RH
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcursor_selection.js120 sel.addRange(this.getRange());
159 return cvox.SelectionUtil.getRangeText(this.getRange());
166 cvox.CursorSelection.prototype.getRange = function() {
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBufferedTokenStream.h60 @property (assign, getter=getRange,setter=setRange) NSInteger range;
68 - (NSInteger) getRange;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTokenStream.h60 @property (assign, getter=getRange,setter=setRange) NSInteger range;
68 - (NSInteger) getRange;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTokenStream.h60 @property (assign, getter=getRange,setter=setRange) NSInteger range;
68 - (NSInteger) getRange;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h62 @property (assign, getter=getRange,setter=setRange:) NSInteger range;
71 - (NSInteger) getRange;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dhorizontal_scrollbar_view.js101 getRange: function() {
H A Dtimeline_graph_view.js162 return this.scrollbar_.getPosition() == this.scrollbar_.getRange();
226 } else if (newPosition > this.scrollbar_.getRange()) {
227 newPosition = this.scrollbar_.getRange();
353 if (this.scrollbar_.getRange() == 0)
/external/clang/tools/libclang/
H A DCIndexDiagnostic.h84 virtual CXSourceRange getRange(unsigned Range) const = 0;
145 CXSourceRange getRange(unsigned Range) const override;
H A DCXLoadedDiagnostic.h53 CXSourceRange getRange(unsigned Range) const override;
H A DCXStoredDiagnostic.cpp90 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { function in class:CXStoredDiagnostic
/external/clang/unittests/AST/
H A DSourceLocationTest.cpp63 virtual SourceRange getRange(const LabelStmt &Node) { function in class:clang::ast_matchers::LabelDeclRangeVerifier
160 virtual SourceRange getRange(const TypeLoc &Node) { function in class:clang::ast_matchers::TemplateAngleBracketLocRangeVerifier
185 virtual SourceRange getRange(const TypeLoc &Node) { function in class:clang::ast_matchers::UnaryTransformTypeLocParensRangeVerifier
H A DMatchVerifier.h181 /// by overriding getRange().
195 SourceRange R = getRange(Node);
216 virtual SourceRange getRange(const NodeType &Node) { function in class:clang::ast_matchers::RangeVerifier
/external/clang/include/clang/AST/
H A DAttr.h90 SourceRange getRange() const { return Range; } function in class:clang::Attr
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dlayout_line_walker.js150 var lRect = lSel.getRange().getBoundingClientRect();
151 var rRect = rSel.getRange().getBoundingClientRect();
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.js222 var range = getRange();
251 function getRange() { function
/external/chromium_org/third_party/WebKit/public/web/
H A DWebBindings.h157 BLINK_EXPORT static bool getRange(NPObject* range, WebRange*);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dfilter.js556 var range = filter.autofix.getRange(channelHistogram);
570 filter.autofix.getRange = function(channelHistogram) {
599 var range = filter.autofix.getRange(channelHistogram);
/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp125 static Vec2 getRange (const glw::Functions& gl, deUint32 pname) function in namespace:deqp::gles31::Functional::__anon20315
152 const Vec2 range = getRange(gl, GL_ALIASED_POINT_SIZE_RANGE);
161 const Vec2 range = getRange(gl, GL_ALIASED_LINE_WIDTH_RANGE);

Completed in 1581 milliseconds

123