Home
last modified time | relevance | path

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

/llvm-project/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/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/clang-tools-extra/clang-tidy/readability/
H A DUseStdMinMaxCheck.cpp82 static std::string createReplacement(const Expr *CondLhs, const Expr *CondRhs, createReplacement() function
/llvm-project/clang/unittests/Format/
H A DCleanupTest.cpp316 tooling::Replacement createReplacement(unsigned Offset, unsigned Length, in createReplacement() function in clang::format::__anon2ae06c490111::CleanUpReplacementsTest
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp152 tooling::Replacement createReplacement(SourceLocation Start, SourceLocation End, in createReplacement() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1265 createReplacement(ICmpInst *ICmp, const Loop *L, BasicBlock *ExitingBB, createReplacement() function