Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp124 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
1866 if (RecordDecl *FromRecord = dyn_cast<RecordDecl>(FromD)) { in ImportDefinitionIfNeeded() local
1868 …if (FromRecord->getDefinition() && FromRecord->isCompleteDefinition() && !ToRecord->getDefinition(… in ImportDefinitionIfNeeded()
1869 ImportDefinition(FromRecord, ToRecord); in ImportDefinitionIfNeeded()
2184 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() argument
2199 return Ctx.IsStructurallyEquivalent(FromRecord, ToRecord); in IsStructuralMatch()
4719 RecordDecl *FromRecord = cast<RecordDecl>(FromDC); in ImportContext() local
4722 } else if (FromRecord->isCompleteDefinition()) { in ImportContext()
4723 ASTNodeImporter(*this).ImportDefinition(FromRecord, ToRecord, in ImportContext()