Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp245 auto *SourceInterface = const_cast<ObjCInterfaceDecl *>( in CompleteType() local
247 if (SourceInterface->hasExternalLexicalStorage()) in CompleteType()
248 SourceInterface->getASTContext().getExternalSource()->CompleteType( in CompleteType()
249 SourceInterface); in CompleteType()
250 if (!SourceInterface->getDefinition()) in CompleteType()
252 Forward.MapImported(SourceInterface, Interface); in CompleteType()
253 if (llvm::Error Err = Forward.ImportDefinition_New(SourceInterface)) in CompleteType()