Searched defs:Insertion (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp321 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); local
367 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp226 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp685 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp149 auto Insertion = local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1078 auto Insertion = local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2413 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); local
1354 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); local
3043 auto Insertion = ScopeGlobals.insert( local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15197 SmallString<64> Insertion; local

Completed in 174 milliseconds