Home
last modified time | relevance | path

Searched refs:Insertions (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp193 SmallVector<InitializerInsertion, 16> Insertions; in computeInsertions() local
194 Insertions.emplace_back(InitializerPlacement::New, nullptr); in computeInsertions()
199 if (Insertions.size() == 1) in computeInsertions()
200 Insertions.emplace_back(InitializerPlacement::Before, Init); in computeInsertions()
213 Insertions.back().Initializers.emplace_back(getName(D)); in computeInsertions()
217 Insertions.emplace_back(InitializerPlacement::After, Init); in computeInsertions()
225 Insertions.back().Initializers.emplace_back(getName(D)); in computeInsertions()
228 return Insertions; in computeInsertions()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp412 clang::tooling::Replacements Insertions; in createIncludeFixerReplacements() local
414 Insertions.add(tooling::Replacement(FilePath, UINT_MAX, 0, IncludeName)); in createIncludeFixerReplacements()
418 auto CleanReplaces = cleanupAroundReplacements(Code, Insertions, Style); in createIncludeFixerReplacements()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp534 Insertions; in relax() local
586 Insertions.emplace_back(InsertionPoint, in relax()
605 Insertions) { in relax()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DCFGBuilder.cpp184 TEST(CFGBuilder, Insertions) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td621 // Insertions.
H A DSystemZInstrInfo.td932 // Insertions of a 16-bit immediate, leaving other bits unaffected.