Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp467 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
471 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
1693 if (RecordDecl *ToRecord = cast<RecordDecl>(ToD)) { in ImportDefinitionIfNeeded() local
1695 !ToRecord->getDefinition()) { in ImportDefinitionIfNeeded()
1696 if (Error Err = ImportDefinition(FromRecord, ToRecord)) in ImportDefinitionIfNeeded()
2151 RecordDecl *ToRecord, bool Complain) { in IsStructuralMatch() argument
2154 Decl *ToOrigin = Importer.GetOriginalDecl(ToRecord); in IsStructuralMatch()
2158 ToRecord = ToOriginRecord; in IsStructuralMatch()
2162 ToRecord->getASTContext(), in IsStructuralMatch()
2166 return Ctx.IsEquivalent(FromRecord, ToRecord); in IsStructuralMatch()
[all …]