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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { function in class:llvm::ilist_base
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h215 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { function in namespace:clang::transformer
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { function in class:clang::edit::Commit
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp73 void Instruction::insertBefore(Instruction *InsertPos) { function in class:Instruction
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp278 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { function in class:VPRecipeBase

Completed in 116 milliseconds