Searched defs:ReplacementText (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h54 std::string ReplacementText; member in struct:llvm::yaml::MappingTraits::NormalizedReplacement
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h142 std::string ReplacementText; member in class:clang::tooling::Replacement
359 Replacement(const SourceManager &Sources, const Node &NodeToReplace, StringRef ReplacementText, const LangOptions &LangOpts) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp151 std::string ReplacementText = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp156 std::string ReplacementText = "#include " + EscapedHeader; local
252 replace(const SourceManager &SM, const CharSourceRange &Range, llvm::StringRef ReplacementText) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp757 std::string ReplacementText = C.PreviousLinePostfix; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp47 Replacement(StringRef FilePath, unsigned Offset, unsigned Length, StringRef ReplacementText) argument
52 Replacement(const SourceManager &Sources, SourceLocation Start, unsigned Length, StringRef ReplacementText) argument
57 Replacement(const SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText, const LangOptions &LangOpts) argument
120 setFromSourceLocation(const SourceManager &Sources, SourceLocation Start, unsigned Length, StringRef ReplacementText) argument
147 setFromSourceRange(const SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText, const LangOptions &LangOpts) argument
[all...]

Completed in 177 milliseconds