Searched defs:SourceRange (Results 1 - 17 of 17) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py4 from clang.cindex import SourceRange namespace
89 range1 = SourceRange.from_locations(location1, location2)
90 range2 = SourceRange.from_locations(location1, location2)
94 range3 = SourceRange.from_locations(location1, location3)
H A Dtest_tokens.py4 from clang.cindex import SourceRange namespace
49 ok_(isinstance(extent, SourceRange))
H A Dtest_translation_unit.py10 from clang.cindex import SourceRange namespace
192 assert isinstance(r, SourceRange)
199 assert isinstance(r, SourceRange)
211 assert isinstance(r, SourceRange)
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h37 struct SourceRange { struct in namespace:clang::ast_matchers::dynamic
46 SourceRange Range;
107 SourceRange MatcherRange);
111 SourceRange MatcherRange, unsigned ArgNumber);
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/external/clang/tools/libclang/
H A DCursorVisitor.h93 SourceRange RegionOfInterest;
117 RangeComparisonResult CompareRegionOfInterest(SourceRange R);
148 SourceRange RegionOfInterest = SourceRange(),
245 bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS, SourceRange Range);
144 CursorVisitor(CXTranslationUnit TU, CXCursorVisitor Visitor, CXClientData ClientData, bool VisitPreprocessorLast, bool VisitIncludedPreprocessingEntries = false, SourceRange RegionOfInterest = SourceRange(), bool VisitDeclsOnly = false, PostChildrenVisitorTy PostChildrenVisitor = nullptr) argument
/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp82 bool error(const SMDiagnostic &Error, SMRange SourceRange);
140 SMRange SourceRange);
145 SMRange SourceRange);
185 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { argument
187 reportDiagnostic(diagFromMIStringDiag(Error, SourceRange));
314 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange));
341 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange));
383 VReg.Class.SourceRange.Start,
393 return error(VReg.ID.SourceRange.Start,
400 return error(Error, VReg.PreferredRegister.SourceRange);
669 diagFromMIStringDiag(const SMDiagnostic &Error, SMRange SourceRange) argument
[all...]
/external/clang/include/clang/Basic/
H A DSourceLocation.h193 class SourceRange { class in class:clang::SourceLocation
197 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} function in class:clang::SourceLocation::SourceRange
198 SourceRange(SourceLocation loc) : B(loc), E(loc) {} function in class:clang::SourceLocation::SourceRange
199 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} function in class:clang::SourceLocation::SourceRange
210 bool operator==(const SourceRange &X) const {
214 bool operator!=(const SourceRange &X) const {
221 /// The underlying SourceRange can either specify the starting/ending character
227 SourceRange Range;
231 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {}
233 static CharSourceRange getTokenRange(SourceRange
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h30 SMRange SourceRange; member in struct:llvm::yaml::StringValue
49 S.SourceRange = Node->getSourceRange();
91 SMRange SourceRange; member in struct:llvm::yaml::UnsignedValue
109 Value.SourceRange = Node->getSourceRange();
/external/llvm/include/llvm/Support/
H A DYAMLParser.h131 SMRange getSourceRange() const { return SourceRange; }
132 void setSourceRange(SMRange SR) { SourceRange = SR; }
158 SMRange SourceRange; member in class:llvm::yaml::Node
199 SourceRange = SMRange(Start, End);
242 SourceRange = SMRange(Start, End);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h134 SMRange getSourceRange() const { return SourceRange; }
135 void setSourceRange(SMRange SR) { SourceRange = SR; }
161 SMRange SourceRange; member in class:llvm::yaml::Node
202 SourceRange = SMRange(Start, End);
245 SourceRange = SMRange(Start, End);
/external/clang/bindings/python/clang/
H A Dcindex.py40 SourceRange, SourceLocation, and File
63 # o implement additional SourceLocation, SourceRange, and File methods.
231 class SourceRange(Structure): class in inherits:Structure
233 A SourceRange describes a range of source locations within the source
293 return "<SourceRange start %r, end %r>" % (self.start, self.end)
352 range = SourceRange()
2498 """Obtain a SourceRange from this translation unit.
2500 The bounds of the SourceRange must ultimately be defined by a start and
2535 return SourceRange.from_locations(start_location, end_location)
2658 2-tuple of SourceLocation or as a SourceRange
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp244 SourceRange R = SourceRange()) {
342 SourceRange NR(Number->getSourceRange());
362 SourceRange(AtLoc, NR.getEnd())));
499 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) {
766 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) {
870 ExprResult Sema::BuildObjCDictionaryLiteral(SourceRange SR,
1031 << SourceRange(Element.Key->getLocStart(),
1160 SourceRange(LParenLoc, RParenLoc));
1163 SourceRange(LParenLo
241 getNSNumberFactoryMethod(Sema &S, SourceLocation Loc, QualType NumberType, bool isLiteral = false, SourceRange R = SourceRange()) argument
[all...]
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 1058 milliseconds