Lines Matching refs:ImportDeclContext
88 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1919 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() function in ASTNodeImporter
1933 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2026 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2051 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2066 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2322 ImportDeclContext(D); in VisitNamespaceDecl()
3391 ImportDeclContext(D); in VisitObjCCategoryDecl()
3412 ImportDeclContext(From); in ImportDefinition()
3442 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
3560 ImportDeclContext(From); in ImportDefinition()
3617 ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
3707 ImportDeclContext(D); in VisitObjCCategoryImplDecl()
3784 ImportDeclContext(D); in VisitObjCImplementationDecl()
5043 Importer.ImportDeclContext(FromDC, true); in ImportDefinition()