Searched refs:Insertions (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | ProTypeMemberInitCheck.cpp | 193 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 D | IncludeFixer.cpp | 412 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 D | LongJmp.cpp | 534 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 D | CFGBuilder.cpp | 184 TEST(CFGBuilder, Insertions) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperators.td | 621 // Insertions.
|
| H A D | SystemZInstrInfo.td | 932 // Insertions of a 16-bit immediate, leaving other bits unaffected.
|