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

  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 117 return createCXString(Hint.CodeToInsert);
  /external/clang/lib/Rewrite/
FixItRewriter.cpp 148 if (Hint.CodeToInsert.empty()) {
158 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
160 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 158 if (Hint.CodeToInsert.empty()) {
168 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
170 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
TextDiagnostic.cpp     [all...]
SerializedDiagnosticPrinter.cpp 559 Writer.Record.push_back(fix.CodeToInsert.size());
561 fix.CodeToInsert);
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 59 std::string CodeToInsert;
79 Hint.CodeToInsert = Code;
114 Hint.CodeToInsert = Code;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 495 std::string EscapedCode = html::EscapeText(Hint->CodeToInsert, true);

Completed in 46 milliseconds