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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DReplacementsYaml.h50 std::string ReplacementText; member in struct:llvm::yaml::MappingTraits::NormalizedReplacement
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h130 std::string ReplacementText; member in class:clang::tooling::Replacement
230 Replacement(const SourceManager &Sources, const Node &NodeToReplace, StringRef ReplacementText, const LangOptions &LangOpts) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp479 std::string ReplacementText = C.PreviousLinePostfix; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp34 Replacement(StringRef FilePath, unsigned Offset, unsigned Length, StringRef ReplacementText) argument
39 Replacement(const SourceManager &Sources, SourceLocation Start, unsigned Length, StringRef ReplacementText) argument
44 Replacement(const SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText, const LangOptions &LangOpts) argument
110 setFromSourceLocation(const SourceManager &Sources, SourceLocation Start, unsigned Length, StringRef ReplacementText) argument
137 setFromSourceRange(const SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText, const LangOptions &LangOpts) argument
[all...]

Completed in 90 milliseconds