Home
last modified time | relevance | path

Searched defs:createReplacement (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement() function
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement() function
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DReplacementTest.h43 tooling::Replacement createReplacement(SourceLocation Start, unsigned Length, in createReplacement() function
H A DFixItTest.cpp126 TEST(FixItTest, createReplacement) { in TEST() argument
/llvm-project-15.0.7/clang/unittests/Format/
H A DCleanupTest.cpp318 tooling::Replacement createReplacement(unsigned Offset, unsigned Length, in createReplacement() function in clang::format::__anon6f79d1e60111::CleanUpReplacementsTest
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp152 tooling::Replacement createReplacement(SourceLocation Start, SourceLocation End, in createReplacement() function