Home
last modified time | relevance | path

Searched defs:insertAfter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h205 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp89 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp157 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter() function in VPRecipeBase