Lines Matching refs:ImportDeclContext

375     Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
376 Error ImportDeclContext(
1554 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in ImportDeclParts()
1647 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() function in ASTNodeImporter
1664 Error ASTNodeImporter::ImportDeclContext( in ImportDeclContext() function in ASTNodeImporter
1718 return ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
1842 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition()
1876 return ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
1895 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition()
2080 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitEmptyDecl()
2231 if (Error Err = ImportDeclContext(D)) in VisitNamespaceDecl()
3409 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitFriendDecl()
3995 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryDecl()
4014 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
4049 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition()
4113 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitLinkageSpecDecl()
4385 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
4446 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition()
4553 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitObjCCategoryImplDecl()
4575 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryImplDecl()
4598 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitObjCImplementationDecl()
4660 if (Error Err = ImportDeclContext(D)) in VisitObjCImplementationDecl()
4756 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitObjCPropertyImplDecl()
5061 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitClassTemplateSpecializationDecl()
5342 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitVarTemplateSpecializationDecl()
8338 return Importer.ImportDeclContext(FromDC, true); in ImportDefinition_New()