Lines Matching refs:ImportDeclContext
89 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
2089 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() function in ASTNodeImporter
2103 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2201 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2226 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2241 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2523 ImportDeclContext(D); in VisitNamespaceDecl()
3753 ImportDeclContext(D); in VisitObjCCategoryDecl()
3774 ImportDeclContext(From); in ImportDefinition()
3804 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
3925 ImportDeclContext(From); in ImportDefinition()
3980 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
4099 ImportDeclContext(D); in VisitObjCCategoryImplDecl()
4176 ImportDeclContext(D); in VisitObjCImplementationDecl()
6546 Importer.ImportDeclContext(FromDC, true); in ImportDefinition()