/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeFixer.h | 36 IncludeFixer(llvm::StringRef File, std::shared_ptr<IncludeInserter> Inserter, in IncludeFixer() 80 std::shared_ptr<IncludeInserter> Inserter; variable
|
H A D | Headers.h | 260 tooling::HeaderIncludes Inserter; // Computers insertion replacement. global() variable
|
H A D | ParsedAST.cpp | 631 auto Inserter = std::make_shared<IncludeInserter>( build() local
|
H A D | CodeComplete.cpp | 1604 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 D | TransformerClangTidyCheck.h | 81 IncludeInserter Inserter; variable
|
H A D | IncludeInserter.cpp | 19 explicit IncludeInserterCallback(IncludeInserter *Inserter) in IncludeInserterCallback() 36 IncludeInserter *Inserter; member in clang::tidy::utils::IncludeInserterCallback
|
H A D | UseRangesCheck.h | 89 IncludeInserter Inserter; global() variable
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProBoundsConstantArrayIndexCheck.h | 24 utils::IncludeInserter Inserter; variable
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | UnnecessaryValueParamCheck.h | 41 utils::IncludeInserter Inserter; global() variable
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MinMaxUseInitializerListCheck.h | 51 utils::IncludeInserter Inserter; variable
|
H A D | LoopConvertCheck.h | 79 utils::IncludeInserter Inserter; variable
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | UsingInserterTest.cpp | 50 std::unique_ptr<UsingInserter> Inserter; member in clang::tidy::utils::InsertUsingCheck
|
H A D | IncludeInserterTest.cpp | 57 utils::IncludeInserter Inserter; member in clang::tidy::__anonb92a64230111::IncludeInserterCheckBase
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | HeadersTests.cpp | 108 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 D | CGBuilder.h | 91 CGBuilderTy(const CodeGenTypeCache & TypeCache,llvm::LLVMContext & C,const llvm::ConstantFolder & F,const CGBuilderInserterTy & Inserter) CGBuilderTy() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 120 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 D | CodeGenPrepare.cpp | 3274 InsertionHandler Inserter; global() member in __anon072927cb0b11::TypePromotionTransaction::InstructionRemover
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 652 InsertInsnsWithoutSideEffectsBeforeUse(MachineIRBuilder & Builder,MachineInstr & DefMI,MachineOperand & UseMO,std::function<void (MachineBasicBlock *,MachineBasicBlock::iterator,MachineOperand & UseMO)> Inserter) InsertInsnsWithoutSideEffectsBeforeUse() argument
|