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 113 return cxstring::createDup(Hint.CodeToInsert);
  /external/clang/lib/Rewrite/Frontend/
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/
TextDiagnostic.cpp     [all...]
DiagnosticRenderer.cpp 99 if (Hint.CodeToInsert.empty()) {
109 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
111 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
SerializedDiagnosticPrinter.cpp 669 Record.push_back(Fix.CodeToInsert.size());
671 Fix.CodeToInsert);
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 63 std::string CodeToInsert;
83 Hint.CodeToInsert = Code;
118 Hint.CodeToInsert = Code;
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 71 std::string CodeToInsert;
    [all...]

Completed in 251 milliseconds