Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp208 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
216 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult()
1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl() local
1393 if (TemplateParamObjectDecl *Existing = in VisitTemplateParamObjectDecl() local
2523 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
2527 if (T *Existing = ExistingRes) in mergeRedeclarable() local
2542 RedeclarableTemplateDecl *Existing, in mergeTemplatePattern()
2584 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable()
2673 if (T *Existing = ExistingRes) in mergeMergeable() local
3447 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local
[all …]
H A DASTReader.cpp648 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
H A DSemaDeclAttr.cpp2926 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local
2948 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
3185 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr() local
H A DSemaLookup.cpp367 NamedDecl *D, NamedDecl *Existing) { in isPreferredLookupResult()
H A DSemaTemplate.cpp2483 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides() local
H A DSemaDeclCXX.cpp14397 CXXBaseSpecifier *&Existing = in checkMoveAssignmentForRepeatedMove() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp331 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp108 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp904 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
932 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
H A DModuleMap.cpp1949 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp413 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp326 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local
545 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
1219 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
H A DASTContext.cpp4262 QualType Existing = QualType(FPT, 0); in getFunctionTypeInternal() local
4446 if (DependentExtIntType *Existing = in getDependentExtIntType() local
11252 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl() local
11273 if (TemplateParamObjectDecl *Existing = in getTemplateParamObjectDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp153 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1346 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp347 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1256 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1046 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local
8160 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local
8186 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local
8238 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local