Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Serialization/
DInMemoryModuleCache.cpp27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp749 const auto Insertion = createInsertion( in moveClassForwardDeclaration() local
990 tooling::Replacement Insertion(FilePath, NewInsertionOffset, 0, in onEndOfTranslationUnit() local
1001 tooling::Replacement Insertion(FilePath, NewInsertionOffset, 0, in onEndOfTranslationUnit() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h202 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt()
/external/llvm/include/llvm/Support/
DSourceMgr.h207 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h236 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp261 if (auto Insertion = Inserter.insert(VerbatimHeader.trim("\"<>"), in insert() local
DCodeComplete.h212 llvm::Optional<TextEdit> Insertion; member
/external/llvm-project/llvm/lib/IR/
DType.cpp321 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local
367 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local
357 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local
/external/llvm/lib/MC/
DMCCodeView.cpp79 auto Insertion = in addToStringTable() local
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp430 auto Insertion = SeenBypassFileEntries->insert( in getBypassFile() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeMemberInitCheck.cpp240 for (const auto &Insertion : in fixInitializerList() local
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp149 auto Insertion = in addToStringTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp149 auto Insertion = in addToStringTable() local
/external/clang/lib/Parse/
DParseTemplate.cpp720 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local
DParseDeclCXX.cpp2179 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2208 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp710 if (Optional<FixItHint> Insertion = Inserter.createIncludeInsertion( in doConversion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp225 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp209 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local
1348 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local
3046 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local
1333 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local
3012 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local
/external/llvm-project/llvm/lib/Object/
DArchiveWriter.cpp227 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp400 Optional<AttributeInsertion> Insertion = createAttributeInsertion( in DoEmitAvailabilityWarning() local
/external/llvm-project/clang/lib/Parse/
DParseTemplate.cpp1011 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local

12