Searched defs:CharRanges (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h44 typedef ArrayRef<UnicodeCharRange> CharRanges; typedef in class:llvm::sys::UnicodeCharSet
59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
77 for (CharRanges::const_iterator I = Ranges.begin(), E = Ranges.end();
99 const CharRanges Ranges;
/external/clang/lib/Format/
H A DTokenAnalyzer.cpp66 std::vector<CharSourceRange> CharRanges; local
70 CharRanges.push_back(CharSourceRange::getCharRange(Start, End));
74 std::move(Diagnostics), CharRanges);
H A DTokenAnalyzer.h42 : ID(ID), CharRanges(Ranges.begin(), Ranges.end()), SM(SM) {}
47 const std::vector<CharSourceRange> &CharRanges)
48 : ID(ID), CharRanges(CharRanges.begin(), CharRanges.end()),
62 ArrayRef<CharSourceRange> getCharRanges() const { return CharRanges; }
69 SmallVector<CharSourceRange, 8> CharRanges; member in class:clang::format::Environment
44 Environment(FileID ID, std::unique_ptr<FileManager> FileMgr, std::unique_ptr<SourceManager> VirtualSM, std::unique_ptr<DiagnosticsEngine> Diagnostics, const std::vector<CharSourceRange> &CharRanges) argument
/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/ ...

Completed in 287 milliseconds