/prebuilts/clang/host/linux-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/linux-x86/clang-4691093/include/clang/Tooling/ |
FixIt.h | 30 StringRef getText(SourceRange Range, const ASTContext &Context); 34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
|
/prebuilts/clang/host/linux-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...] |
/external/clang/lib/ASTMatchers/Dynamic/ |
Parser.cpp | 47 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {} 51 SourceRange Range; 89 Result.Range.Start = currentLocation(); 168 Result.Range.End = currentLocation(); 192 SourceRange Range; 193 Range.Start = Result->Range.Start; 194 Range.End = currentLocation(); 195 Error->addError(Range, Error->ET_ParserUnsignedError) << Result->Text; 227 SourceRange Range; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
STLExtras.h | 339 /// Convenience function that takes a range of elements and a predicate, 340 /// and return a new filter_iterator range. 343 /// lifetime of that temporary is not kept by the returned range object, and the 348 make_filter_range(RangeT &&Range, PredicateT Pred) { 351 return make_range(FilterIteratorT(std::begin(std::forward<RangeT>(Range)), 352 std::end(std::forward<RangeT>(Range)), 354 FilterIteratorT(std::end(std::forward<RangeT>(Range)))); 359 bool all_of(R &&range, UnaryPredicate P); 527 /// range properties are of little benefit and end up getting in the way 591 /// We need the full range to know how to switch between each of th [all...] |
/external/clang/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/external/clang/lib/Lex/ |
PPConditionalDirectiveRecord.cpp | 25 SourceRange Range) const { 26 if (Range.isInvalid()) 31 Range.getBegin(), CondDirectiveLoc::Comp(SourceMgr)); 35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc())) 40 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr));
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } 126 SourceRange Range; 150 Range(SR), RawTextValid(false), BriefTextValid(false), Kind(K),
|