Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp209 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
217 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult()
898 FunctionDecl *Existing = nullptr; in VisitFunctionDecl() local
1536 if (UnnamedGlobalConstantDecl *Existing = in VisitUnnamedGlobalConstantDecl() local
1547 if (TemplateParamObjectDecl *Existing = in VisitTemplateParamObjectDecl() local
2736 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
2740 if (T *Existing = ExistingRes) in mergeRedeclarable() local
2806 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable()
2891 if (T *Existing = ExistingRes) in mergeMergeable() local
3303 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local
[all …]
H A DASTReader.cpp660 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp299 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
H A DMachineFunction.cpp114 auto *Existing = in setUnsafeStackSize() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp268 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
H A DSemaDeclAttr.cpp3212 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local
3234 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
3672 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr() local
H A DSemaLookup.cpp370 NamedDecl *D, NamedDecl *Existing) { in isPreferredLookupResult()
H A DSemaTemplate.cpp2584 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides() local
H A DSemaDeclCXX.cpp14905 CXXBaseSpecifier *&Existing = in checkMoveAssignmentForRepeatedMove() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp107 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp185 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp913 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
941 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
H A DModuleMap.cpp2004 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp345 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local
569 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
1301 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
H A DASTContext.cpp4408 QualType Existing = QualType(FPT, 0); in getFunctionTypeInternal() local
4591 if (DependentBitIntType *Existing = in getDependentBitIntType() local
12124 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl() local
12140 if (UnnamedGlobalConstantDecl *Existing = in getUnnamedGlobalConstantDecl() local
12162 if (TemplateParamObjectDecl *Existing = in getTemplateParamObjectDecl() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp460 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp147 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp264 memprof::IndexedMemProfRecord &Existing = Result.first->second; in addMemProfRecord() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1481 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1230 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1191 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local
9563 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local
9589 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local
9641 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2944 MDNode *Existing = BB->getTerminator()->getMetadata(LLVMContext::MD_loop); in addBasicBlockMetadata() local