Searched refs:ForceImport (Results 1 – 1 of 1) sorted by relevance
422 Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);2287 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() argument2288 if (Importer.isMinimalImport() && !ForceImport) { in ImportDeclContext()