/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 159 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 D | ASTReaderDecl.cpp | 208 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 D | ASTReader.cpp | 648 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
|
H A D | SemaDeclAttr.cpp | 2926 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 D | SemaLookup.cpp | 367 NamedDecl *D, NamedDecl *Existing) { in isPreferredLookupResult()
|
H A D | SemaTemplate.cpp | 2483 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides() local
|
H A D | SemaDeclCXX.cpp | 14397 CXXBaseSpecifier *&Existing = in checkMoveAssignmentForRepeatedMove() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 331 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ItaniumManglingCanonicalizer.cpp | 108 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Pragma.cpp | 904 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 932 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
|
H A D | ModuleMap.cpp | 1949 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCTargetDesc.cpp | 413 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 326 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 545 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 1219 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
|
H A D | ASTContext.cpp | 4262 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 D | DIE.cpp | 153 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Metadata.cpp | 1346 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 347 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1256 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1046 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
|