Home
last modified time | relevance | path

Searched refs:FoundRecord (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTImporter.cpp2840 if (auto *FoundRecord = dyn_cast<RecordDecl>(Found)) { in VisitRecordDecl() local
2851 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl()
2854 if (!hasSameVisibilityContextAndLinkage(FoundRecord, D)) in VisitRecordDecl()
2857 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl()
2858 RecordDecl *FoundDef = FoundRecord->getDefinition(); in VisitRecordDecl()
2874 PrevDecl = FoundRecord->getMostRecentDecl(); in VisitRecordDecl()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclCXX.cpp12306 auto *FoundRecord = dyn_cast<CXXRecordDecl>(ND); in ValidateCandidate() local
12307 if (FoundRecord && FoundRecord->isInjectedClassName()) { in ValidateCandidate()
12313 QualType FoundType = Ctx.getRecordType(FoundRecord); in ValidateCandidate()
12330 Ctx.getRecordType(FoundRecord), in ValidateCandidate()
12342 auto *FoundRecord = dyn_cast<CXXRecordDecl>(ND); in ValidateCandidate() local
12343 if (FoundRecord && FoundRecord->isInjectedClassName()) in ValidateCandidate()