Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp129 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
2036 if (RecordDecl *FromRecord = dyn_cast<RecordDecl>(FromD)) { in ImportDefinitionIfNeeded() local
2038 …if (FromRecord->getDefinition() && FromRecord->isCompleteDefinition() && !ToRecord->getDefinition(… in ImportDefinitionIfNeeded()
2039 ImportDefinition(FromRecord, ToRecord); in ImportDefinitionIfNeeded()
2357 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() argument
2372 return Ctx.IsStructurallyEquivalent(FromRecord, ToRecord); in IsStructuralMatch()
6155 RecordDecl *FromRecord = cast<RecordDecl>(FromDC); in ImportContext() local
6158 } else if (FromRecord->isCompleteDefinition()) { in ImportContext()
6159 ASTNodeImporter(*this).ImportDefinition(FromRecord, ToRecord, in ImportContext()