Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp460 for (const auto &ToRecord : Mapping.second.ToRecords) { in populateExternalRelations() local
461 auto ToLevel = ToRecord.DerefLevel; in populateExternalRelations()
469 auto DstIndex = ToRecord.IValue.Index; in populateExternalRelations()
470 auto DstLevel = ToRecord.IValue.DerefLevel; in populateExternalRelations()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1711 if (RecordDecl *ToRecord = cast<RecordDecl>(ToD)) { in ImportDefinitionIfNeeded() local
1713 !ToRecord->getDefinition()) { in ImportDefinitionIfNeeded()
2172 Decl *ToOrigin = Importer.GetOriginalDecl(ToRecord); in IsStructuralMatch()
2176 ToRecord = ToOriginRecord; in IsStructuralMatch()
2180 ToRecord->getASTContext(), in IsStructuralMatch()
2184 return Ctx.IsEquivalent(FromRecord, ToRecord); in IsStructuralMatch()
8611 if (auto *ToRecord = dyn_cast<RecordDecl>(ToDC)) { in ImportContext() local
8613 if (ToRecord->isCompleteDefinition()) in ImportContext()
9150 if (auto *ToRecord = dyn_cast<RecordDecl>(To)) { in ImportDefinition() local
9151 if (!ToRecord->getDefinition()) { in ImportDefinition()
[all …]