Searched defs:createReplacement (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/Tooling/ |
H A D | FixIt.h | 62 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 D | ReplacementTest.h | 43 tooling::Replacement createReplacement(SourceLocation Start, unsigned Length, in createReplacement() function
|
H A D | FixItTest.cpp | 126 TEST(FixItTest, createReplacement) { in TEST() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | UseStdMinMaxCheck.cpp | 82 static std::string createReplacement(const Expr *CondLhs, const Expr *CondRhs, createReplacement() function
|
/llvm-project/clang/unittests/Format/ |
H A D | CleanupTest.cpp | 316 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 D | ChangeNamespace.cpp | 152 tooling::Replacement createReplacement(SourceLocation Start, SourceLocation End, in createReplacement() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1265 createReplacement(ICmpInst *ICmp, const Loop *L, BasicBlock *ExitingBB, createReplacement() function
|