Lines Matching refs:ImportDeclContext
88 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1973 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() function in ASTNodeImporter
1987 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2080 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2105 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2120 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2377 ImportDeclContext(D); in VisitNamespaceDecl()
3529 ImportDeclContext(D); in VisitObjCCategoryDecl()
3550 ImportDeclContext(From); in ImportDefinition()
3580 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
3701 ImportDeclContext(From); in ImportDefinition()
3756 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
3875 ImportDeclContext(D); in VisitObjCCategoryImplDecl()
3952 ImportDeclContext(D); in VisitObjCImplementationDecl()
5782 Importer.ImportDeclContext(FromDC, true); in ImportDefinition()