/llvm-project/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 112 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 D | PtrState.cpp | 263 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
|
/llvm-project/bolt/lib/Core/ |
H A D | FunctionLayout.cpp | 106 insertBasicBlocks(const BinaryBasicBlock * const InsertAfter,const ArrayRef<BinaryBasicBlock * > NewBlocks) insertBasicBlocks() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 722 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 D | DebugProgramInstruction.cpp | 542 insertAfter(DbgRecord * InsertAfter) insertAfter() argument 663 insertDbgRecordAfter(DbgRecord * New,DbgRecord * InsertAfter) insertDbgRecordAfter() argument [all...] |
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 270 insert(const SourceManager & SM,SourceLocation Loc,llvm::StringRef Text,bool InsertAfter) insert() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 128 SmallPtrSet<MachineInstr*, 8> InsertAfter; global() member in __anondae13cb90111::SSAIfConv
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringTest.cpp | 1228 TEST_F(AtomicChangeTest,InsertAfter) TEST_F() argument [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 240 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText() argument
|
H A D | RewriteModernObjC.cpp | 289 InsertText(SourceLocation Loc,StringRef Str,bool InsertAfter=true) InsertText() argument
|