Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp146 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase
154 void VPRecipeBase::insertBefore(VPBasicBlock &BB, in insertBefore() function in VPRecipeBase
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp88 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction