Home
last modified time | relevance | path

Searched defs:Existing (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError()
164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp229 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult() argument
221 NamedDecl *Existing = nullptr; global() member in clang::ASTDeclReader::FindExistingResult
944 FunctionDecl *Existing = nullptr; VisitFunctionDecl() local
1133 auto *Existing = cast_or_null<FunctionDecl>(Redecl.getKnownMergeTarget()); VisitFunctionDecl() local
1566 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) VisitMSGuidDecl() local
1576 if (UnnamedGlobalConstantDecl *Existing = VisitUnnamedGlobalConstantDecl() local
1587 if (TemplateParamObjectDecl *Existing = VisitTemplateParamObjectDecl() local
2854 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeRedeclarable() local
2858 if (T *Existing = ExistingRes) mergeRedeclarable() local
2883 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeLambda() local
2917 mergeTemplatePattern(RedeclarableTemplateDecl * D,RedeclarableTemplateDecl * Existing,bool IsKeyDecl) mergeTemplatePattern() argument
2959 mergeRedeclarable(Redeclarable<T> * DBase,T * Existing,RedeclarableResult & Redecl) mergeRedeclarable() argument
3044 if (T *Existing = ExistingRes) mergeMergeable() local
3468 if (auto *Existing = getAnonymousDeclForMerging( findExisting() local
3501 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) findExisting() local
3509 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) findExisting() local
4348 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; add() local
[all...]
H A DASTReader.cpp682 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; checkPreprocessorOptions() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp272 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); hasInstrProfHashMismatch() local
H A DMachineFunction.cpp116 auto *Existing = in setUnsafeStackSize() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp276 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
H A DSemaDeclAttr.cpp3242 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); handleWorkGroupSize() local
3264 OpenCLIntelReqdSubGroupSizeAttr *Existing = handleSubGroupSize() local
3723 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); handleMinVectorWidthAttr() local
H A DSemaLookup.cpp371 isPreferredLookupResult(Sema & S,Sema::LookupNameKind Kind,const NamedDecl * D,const NamedDecl * Existing) isPreferredLookupResult() argument
H A DSemaTemplate.cpp2742 auto Existing = DC->lookup(Transform.DeductionGuideName); DeclareImplicitDeductionGuides() local
H A DSemaDeclCXX.cpp15356 CXXBaseSpecifier *&Existing = checkMoveAssignmentForRepeatedMove() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
H A DInstrProfWriter.cpp275 memprof::IndexedMemProfRecord &Existing = Result.first->second; addMemProfRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp378 EntryType *Existing = Specializations.GetOrInsertNode(Entry); addSpecializationImpl() local
568 ClassTemplatePartialSpecializationDecl *Existing AddPartialSpecialization() local
1284 VarTemplatePartialSpecializationDecl *Existing = AddPartialSpecialization() local
H A DASTContext.cpp4385 QualType Existing = QualType(FPT, 0); getFunctionTypeInternal() local
4569 if (DependentBitIntType *Existing = getDependentBitIntType() local
12266 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) getMSGuidDecl() local
12282 if (UnnamedGlobalConstantDecl *Existing = getUnnamedGlobalConstantDecl() local
12304 if (TemplateParamObjectDecl *Existing = getTemplateParamObjectDecl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp460 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); getArchSubtarget() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp147 if (DIEAbbrev *Existing = uniqueAbbreviation() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp924 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
952 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
H A DModuleMap.cpp2041 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { parseModuleDecl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1652 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local
1682 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1258 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); annotateFunctionWithHashMismatch() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1233 SDNode *Existing = CSEMap.GetOrInsertNode(N); AddModifiedNodeToCSEMaps() local
10151 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) UpdateNodeOperands() local
10177 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) UpdateNodeOperands() local
10229 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) UpdateNodeOperands() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3506 MDNode *Existing = BB->getTerminator()->getMetadata(LLVMContext::MD_loop); addBasicBlockMetadata() local