HomeSort by relevance Sort by last modified time
    Searched defs:Range (Results 226 - 250 of 843) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
46 SourceRange Range;
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
Replacement.h 41 /// \brief A source range independent of the \c SourceManager.
42 class Range {
44 Range() : Offset(0), Length(0) {}
45 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
53 /// \name Range Predicates
55 /// \brief Whether this range overlaps with \p RHS or not.
56 bool overlapsWith(Range RHS) const {
60 /// \brief Whether this range contains \p RHS or not.
61 bool contains(Range RHS) const {
66 /// \brief Whether this range equals to \p RHS or not
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
MCAsmParser.h 119 SMRange Range;
181 virtual void Note(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
186 virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
193 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None);
199 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
206 printError(Err.Loc, Twine(Err.Msg), Err.Range);
222 bool TokError(const Twine &Msg, SMRange Range = None);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 144 /// Get the range of indexes in which options with the specified IDs might
210 OptRange Range = getRange({toOptSpecifier(Ids)...});
211 auto B = Args.begin() + Range.first;
212 auto E = Args.begin() + Range.second;
221 OptRange Range = getRange({toOptSpecifier(Ids)...});
222 auto B = Args.rend() - Range.second;
223 auto E = Args.rend() - Range.first;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SourceMgr.h 200 /// Represents a single fixit, a replacement of one range of text with another.
202 SMRange Range;
209 : Range(Loc, Loc), Text(Insertion.str()) {
215 : Range(R), Text(Replacement.str()) {
220 SMRange getRange() const { return Range; }
223 if (Range.Start.getPointer() != Other.Range.Start.getPointer())
224 return Range.Start.getPointer() < Other.Range.Start.getPointer();
225 if (Range.End.getPointer() != Other.Range.End.getPointer()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
46 SourceRange Range;
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
Replacement.h 41 /// \brief A source range independent of the \c SourceManager.
42 class Range {
44 Range() : Offset(0), Length(0) {}
45 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
53 /// \name Range Predicates
55 /// \brief Whether this range overlaps with \p RHS or not.
56 bool overlapsWith(Range RHS) const {
60 /// \brief Whether this range contains \p RHS or not.
61 bool contains(Range RHS) const {
66 /// \brief Whether this range equals to \p RHS or not
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
MCAsmParser.h 119 SMRange Range;
181 virtual void Note(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
186 virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
193 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None);
199 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
206 printError(Err.Loc, Twine(Err.Msg), Err.Range);
222 bool TokError(const Twine &Msg, SMRange Range = None);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 144 /// Get the range of indexes in which options with the specified IDs might
210 OptRange Range = getRange({toOptSpecifier(Ids)...});
211 auto B = Args.begin() + Range.first;
212 auto E = Args.begin() + Range.second;
221 OptRange Range = getRange({toOptSpecifier(Ids)...});
222 auto B = Args.rend() - Range.second;
223 auto E = Args.rend() - Range.first;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SourceMgr.h 200 /// Represents a single fixit, a replacement of one range of text with another.
202 SMRange Range;
209 : Range(Loc, Loc), Text(Insertion.str()) {
215 : Range(R), Text(Replacement.str()) {
220 SMRange getRange() const { return Range; }
223 if (Range.Start.getPointer() != Other.Range.Start.getPointer())
224 return Range.Start.getPointer() < Other.Range.Start.getPointer();
225 if (Range.End.getPointer() != Other.Range.End.getPointer()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
46 SourceRange Range;
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
Replacement.h 41 /// \brief A source range independent of the \c SourceManager.
42 class Range {
44 Range() : Offset(0), Length(0) {}
45 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
53 /// \name Range Predicates
55 /// \brief Whether this range overlaps with \p RHS or not.
56 bool overlapsWith(Range RHS) const {
60 /// \brief Whether this range contains \p RHS or not.
61 bool contains(Range RHS) const {
66 /// \brief Whether this range equals to \p RHS or not
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
MCAsmParser.h 119 SMRange Range;
181 virtual void Note(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
186 virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
193 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None);
199 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
206 printError(Err.Loc, Twine(Err.Msg), Err.Range);
222 bool TokError(const Twine &Msg, SMRange Range = None);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 144 /// Get the range of indexes in which options with the specified IDs might
210 OptRange Range = getRange({toOptSpecifier(Ids)...});
211 auto B = Args.begin() + Range.first;
212 auto E = Args.begin() + Range.second;
221 OptRange Range = getRange({toOptSpecifier(Ids)...});
222 auto B = Args.rend() - Range.second;
223 auto E = Args.rend() - Range.first;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SourceMgr.h 200 /// Represents a single fixit, a replacement of one range of text with another.
202 SMRange Range;
209 : Range(Loc, Loc), Text(Insertion.str()) {
215 : Range(R), Text(Replacement.str()) {
220 SMRange getRange() const { return Range; }
223 if (Range.Start.getPointer() != Other.Range.Start.getPointer())
224 return Range.Start.getPointer() < Other.Range.Start.getPointer();
225 if (Range.End.getPointer() != Other.Range.End.getPointer()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
46 SourceRange Range;
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
Replacement.h 41 /// \brief A source range independent of the \c SourceManager.
42 class Range {
44 Range() : Offset(0), Length(0) {}
45 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
53 /// \name Range Predicates
55 /// \brief Whether this range overlaps with \p RHS or not.
56 bool overlapsWith(Range RHS) const {
60 /// \brief Whether this range contains \p RHS or not.
61 bool contains(Range RHS) const {
66 /// \brief Whether this range equals to \p RHS or not
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
MCAsmParser.h 119 SMRange Range;
181 virtual void Note(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
186 virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
193 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None);
199 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
206 printError(Err.Loc, Twine(Err.Msg), Err.Range);
222 bool TokError(const Twine &Msg, SMRange Range = None);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 144 /// Get the range of indexes in which options with the specified IDs might
210 OptRange Range = getRange({toOptSpecifier(Ids)...});
211 auto B = Args.begin() + Range.first;
212 auto E = Args.begin() + Range.second;
221 OptRange Range = getRange({toOptSpecifier(Ids)...});
222 auto B = Args.rend() - Range.second;
223 auto E = Args.rend() - Range.first;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SourceMgr.h 200 /// Represents a single fixit, a replacement of one range of text with another.
202 SMRange Range;
209 : Range(Loc, Loc), Text(Insertion.str()) {
215 : Range(R), Text(Replacement.str()) {
220 SMRange getRange() const { return Range; }
223 if (Range.Start.getPointer() != Other.Range.Start.getPointer())
224 return Range.Start.getPointer() < Other.Range.Start.getPointer();
225 if (Range.End.getPointer() != Other.Range.End.getPointer()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
46 SourceRange Range;
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Replacement.h 41 /// \brief A source range independent of the \c SourceManager.
42 class Range {
44 Range() : Offset(0), Length(0) {}
45 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
53 /// \name Range Predicates
55 /// \brief Whether this range overlaps with \p RHS or not.
56 bool overlapsWith(Range RHS) const {
60 /// \brief Whether this range contains \p RHS or not.
61 bool contains(Range RHS) const {
66 /// \brief Whether this range equals to \p RHS or not
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 199 /// Represents a single fixit, a replacement of one range of text with another.
201 SMRange Range;
208 : Range(Loc, Loc), Text(Insertion.str()) {
214 : Range(R), Text(Replacement.str()) {
219 SMRange getRange() const { return Range; }
222 if (Range.Start.getPointer() != Other.Range.Start.getPointer())
223 return Range.Start.getPointer() < Other.Range.Start.getPointer();
224 if (Range.End.getPointer() != Other.Range.End.getPointer()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 44 ParserValue() : Text(), Range(), Value() {}
46 SourceRange Range;
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Core/
Replacement.h 41 /// \brief A source range independent of the \c SourceManager.
42 class Range {
44 Range() : Offset(0), Length(0) {}
45 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
53 /// \name Range Predicates
55 /// \brief Whether this range overlaps with \p RHS or not.
56 bool overlapsWith(Range RHS) const {
60 /// \brief Whether this range contains \p RHS or not.
61 bool contains(Range RHS) const {
66 /// \brief Whether this range equals to \p RHS or not
    [all...]

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>