Home
last modified time | relevance | path

Searched defs:Insertion (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local
/llvm-project/libc/test/src/__support/HashTable/
H A Dtable_test.cpp83 TEST(LlvmLibcTableTest,Insertion) TEST() argument
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DHTMLReport.cpp157 llvm::StringMap<std::vector</*RefIndex*/ unsigned>> Insertion; global() member in clang::include_cleaner::__anonf7a010870111::Reporter
430 for (llvm::StringRef Insertion : Insertions) { writeCode() local
/llvm-project/llvm/lib/IR/
H A DType.cpp338 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); get() local
384 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); get() local
806 auto Insertion = C.pImpl->TargetExtTypes.insert_as(nullptr, Key); get() local
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp747 const auto Insertion = createInsertion( moveClassForwardDeclaration() local
988 tooling::Replacement Insertion(FilePath, NewInsertionOffset, 0, onEndOfTranslationUnit() local
999 tooling::Replacement Insertion(FilePath, NewInsertionOffset, 0, onEndOfTranslationUnit() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp290 Diag << FixItHint::CreateInsertion(InsertPos, Insertion, in check() local
H A DProTypeMemberInitCheck.cpp266 for (const auto &Insertion : in fixInitializerList() local
/llvm-project/clang-tools-extra/clangd/
H A DHeaders.cpp318 if (auto Insertion = insert() local
H A DCodeComplete.h200 std::optional<TextEdit> Insertion; global() member
/llvm-project/clang/lib/Basic/
H A DFileManager.cpp478 auto Insertion = SeenBypassFileEntries->insert( getBypassFile() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp680 auto Insertion = RecordsWithOpaqueMemberPointers.insert({C, nullptr}); ConvertType() local
/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp147 auto Insertion = addToStringTable() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp795 if (std::optional<FixItHint> Insertion = Inserter.createIncludeInsertion( in doConversion() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp121 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp203 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local
1480 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); beginFunctionImpl() local
3270 auto Insertion = ScopeGlobals.insert( collectGlobalVariableInfo() local
[all...]
/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp970 FixItHint Insertion; DiagnoseMisplacedEllipsis() local
H A DParseDeclCXX.cpp2779 FixItHint Insertion; MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2800 FixItHint Insertion = MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp487 std::optional<AttributeInsertion> Insertion = createAttributeInsertion( DoEmitAvailabilityWarning() local
/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1147 if (Insertion.second) { in EmitPrintAliasInstruction() local
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp699 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp731 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp316 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp281 auto Err = Replaces.add(Insertion); in TEST_F() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4123 std::pair<StringRef, unsigned> Insertion = parseDirectiveCVString() local
H A DMasmParser.cpp5395 std::pair<StringRef, unsigned> Insertion = parseDirectiveCVString() local

12