Home
last modified time | relevance | path

Searched defs:InsertAfter (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp112 InsertText(unsigned OrigOffset,StringRef Str,bool InsertAfter) InsertText() argument
253 InsertText(SourceLocation Loc,StringRef Str,bool InsertAfter,bool indentNewLines) InsertText() argument
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp263 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
/llvm-project/bolt/lib/Core/
H A DFunctionLayout.cpp106 insertBasicBlocks(const BinaryBasicBlock * const InsertAfter,const ArrayRef<BinaryBasicBlock * > NewBlocks) insertBasicBlocks() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp722 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local
627 __anona5fe241c0602(LoadInst* WideLd0, LoadInst *WideLd1, Value *Acc, bool Exchange, Instruction *InsertAfter) InsertParallelMACs() argument
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp542 insertAfter(DbgRecord * InsertAfter) insertAfter() argument
663 insertDbgRecordAfter(DbgRecord * New,DbgRecord * InsertAfter) insertDbgRecordAfter() argument
[all...]
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp270 insert(const SourceManager & SM,SourceLocation Loc,llvm::StringRef Text,bool InsertAfter) insert() argument
/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; global() member in __anondae13cb90111::SSAIfConv
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp1228 TEST_F(AtomicChangeTest,InsertAfter) TEST_F() argument
[all...]
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp240 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText() argument
H A DRewriteModernObjC.cpp289 InsertText(SourceLocation Loc,StringRef Str,bool InsertAfter=true) InsertText() argument