HomeSort by relevance Sort by last modified time
    Searched refs:LineContents (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Support/
SourceMgr.cpp 238 Message(Msg), LineContents(LineStr), Ranges(Ranges.vec()),
313 static void printSourceLine(raw_ostream &S, StringRef LineContents) {
315 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) {
316 if (LineContents[i] != '\t') {
317 S << LineContents[i];
398 if (std::find_if(LineContents.begin(), LineContents.end(), isNonASCII) !=
399 LineContents.end()) {
400 printSourceLine(S, LineContents);
403 size_t NumColumns = LineContents.size()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SourceMgr.h 161 std::string Message, LineContents;
178 LineContents(LineStr), ShowLine(showline) {}
186 const std::string &getLineContents() const { return LineContents; }
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 223 S << LineContents << '\n';
227 S << (LineContents[i] == '\t' ? '\t' : ' ');
  /external/llvm/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
266 StringRef getLineContents() const { return LineContents; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SourceMgr.h 234 std::string Message, LineContents;
261 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
264 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
264 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
264 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
264 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
264 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
SourceMgr.h 239 std::string Message, LineContents;
264 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
SourceMgr.h 240 std::string Message, LineContents;
265 StringRef getLineContents() const { return LineContents; }

Completed in 763 milliseconds