Home
last modified time | relevance | path

Searched defs:Inserter (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.h36 IncludeFixer(llvm::StringRef File, std::shared_ptr<IncludeInserter> Inserter, in IncludeFixer()
80 std::shared_ptr<IncludeInserter> Inserter; variable
H A DHeaders.h260 tooling::HeaderIncludes Inserter; // Computers insertion replacement. global() variable
H A DParsedAST.cpp631 auto Inserter = std::make_shared<IncludeInserter>( build() local
H A DCodeComplete.cpp1604 std::optional<IncludeInserter> Inserter; // Available during runWithSema. global() member in clang::clangd::__anone5f83fc20111::CodeCompleteFlow
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DTransformerClangTidyCheck.h81 IncludeInserter Inserter; variable
H A DIncludeInserter.cpp19 explicit IncludeInserterCallback(IncludeInserter *Inserter) in IncludeInserterCallback()
36 IncludeInserter *Inserter; member in clang::tidy::utils::IncludeInserterCallback
H A DUseRangesCheck.h89 IncludeInserter Inserter; global() variable
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsConstantArrayIndexCheck.h24 utils::IncludeInserter Inserter; variable
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.h41 utils::IncludeInserter Inserter; global() variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMinMaxUseInitializerListCheck.h51 utils::IncludeInserter Inserter; variable
H A DLoopConvertCheck.h79 utils::IncludeInserter Inserter; variable
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DUsingInserterTest.cpp50 std::unique_ptr<UsingInserter> Inserter; member in clang::tidy::utils::InsertUsingCheck
H A DIncludeInserterTest.cpp57 utils::IncludeInserter Inserter; member in clang::tidy::__anonb92a64230111::IncludeInserterCheckBase
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp108 IncludeInserter Inserter(MainFile, /*Code=*/"", format::getLLVMStyle(), local
128 IncludeInserter Inserter(MainFile, /*Code=*/"", format::getLLVMStyle(), insert() local
372 IncludeInserter Inserter(MainFile, /*Code=*/"", format::getLLVMStyle(), TEST() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h91 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::LLVMContext & C,const llvm::ConstantFolder & F,const CGBuilderInserterTy & Inserter) CGBuilderTy() argument
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h120 const IRBuilderDefaultInserter &Inserter; global() variable
133 IRBuilderBase(LLVMContext & context,const IRBuilderFolder & Folder,const IRBuilderDefaultInserter & Inserter,MDNode * FPMathTag,ArrayRef<OperandBundleDef> OpBundles) IRBuilderBase() argument
2674 InserterTy Inserter; global() variable
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3274 InsertionHandler Inserter; global() member in __anon072927cb0b11::TypePromotionTransaction::InstructionRemover
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp652 InsertInsnsWithoutSideEffectsBeforeUse(MachineIRBuilder & Builder,MachineInstr & DefMI,MachineOperand & UseMO,std::function<void (MachineBasicBlock *,MachineBasicBlock::iterator,MachineOperand & UseMO)> Inserter) InsertInsnsWithoutSideEffectsBeforeUse() argument