Home | History | Annotate | Download | only in AST

Lines Matching refs:Interface

1 //===- ExternalASTMerger.cpp - Merging External AST Interface ---*- C++ -*-===//
187 /// Implements the ASTImporter interface for tracking back a declaration
325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) {
326 assert(Interface->hasExternalLexicalStorage());
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse,
337 Forward.MapImported(SourceInterface, Interface);
344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) {
345 assert(Interface->hasExternalLexicalStorage() ||
346 Interface->hasExternalVisibleStorage());
348 ForEachMatchingDC(Interface,