HomeSort by relevance Sort by last modified time
    Searched defs:SourceRange (Results 1 - 15 of 15) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_location.py 4 from clang.cindex import SourceRange
89 range1 = SourceRange.from_locations(location1, location2)
90 range2 = SourceRange.from_locations(location1, location2)
94 range3 = SourceRange.from_locations(location1, location3)
test_tokens.py 4 from clang.cindex import SourceRange
49 ok_(isinstance(extent, SourceRange))
test_translation_unit.py 10 from clang.cindex import SourceRange
192 assert isinstance(r, SourceRange)
199 assert isinstance(r, SourceRange)
211 assert isinstance(r, SourceRange)
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 37 struct SourceRange {
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/include/clang/Basic/
SourceLocation.h 193 class SourceRange {
197 SourceRange(): B(SourceLocation()), E(SourceLocation()) {}
198 SourceRange(SourceLocation loc) : B(loc), E(loc) {}
199 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {}
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 R)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 33 SMRange SourceRange;
52 S.SourceRange = Node->getSourceRange();
94 SMRange SourceRange;
112 Value.SourceRange = Node->getSourceRange();
  /external/llvm/include/llvm/Support/
YAMLParser.h 132 SMRange getSourceRange() const { return SourceRange; }
133 void setSourceRange(SMRange SR) { SourceRange = SR; }
159 SMRange SourceRange;
200 SourceRange = SMRange(Start, End);
243 SourceRange = SMRange(Start, End);
  /bionic/libc/kernel/tools/
cpp.py 23 from clang.cindex import SourceRange
159 # The __contains__ function in libclang SourceRange class contains a bug. It
191 SourceRange.__contains__ = SourceRange__contains__
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 40 SourceRange, SourceLocation, and File
63 # o implement additional SourceLocation, SourceRange, and File methods.
231 class SourceRange(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()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 305 milliseconds