/llvm-project/clang/lib/Serialization/ |
H A D | InMemoryModuleCache.cpp | 27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local
|
/llvm-project/libc/test/src/__support/HashTable/ |
H A D | table_test.cpp | 83 TEST(LlvmLibcTableTest,Insertion) TEST() argument
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 157 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 D | Type.cpp | 338 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 D | ChangeNamespace.cpp | 747 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 D | PreferMemberInitializerCheck.cpp | 290 Diag << FixItHint::CreateInsertion(InsertPos, Insertion, in check() local
|
H A D | ProTypeMemberInitCheck.cpp | 266 for (const auto &Insertion : in fixInitializerList() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Headers.cpp | 318 if (auto Insertion = insert() local
|
H A D | CodeComplete.h | 200 std::optional<TextEdit> Insertion; global() member
|
/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 478 auto Insertion = SeenBypassFileEntries->insert( getBypassFile() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 680 auto Insertion = RecordsWithOpaqueMemberPointers.insert({C, nullptr}); ConvertType() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 147 auto Insertion = addToStringTable() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertCheck.cpp | 795 if (std::optional<FixItHint> Insertion = Inserter.createIncludeInsertion( in doConversion() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 121 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 203 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 D | ParseTemplate.cpp | 970 FixItHint Insertion; DiagnoseMisplacedEllipsis() local
|
H A D | ParseDeclCXX.cpp | 2779 FixItHint Insertion; MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local 2800 FixItHint Insertion = MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 487 std::optional<AttributeInsertion> Insertion = createAttributeInsertion( DoEmitAvailabilityWarning() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 1147 if (Insertion.second) { in EmitPrintAliasInstruction() local
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 699 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 731 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
|
/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 316 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringTest.cpp | 281 auto Err = Replaces.add(Insertion); in TEST_F() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4123 std::pair<StringRef, unsigned> Insertion = parseDirectiveCVString() local
|
H A D | MasmParser.cpp | 5395 std::pair<StringRef, unsigned> Insertion = parseDirectiveCVString() local
|