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

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

Completed in 42 milliseconds