Searched refs:ImportContext (Results 1 – 4 of 4) sorted by relevance
55 void* ImportContext; member
438 SpImportSecurityContextFn *ImportContext; member
410 llvm::Expected<DeclContext *> ImportContext(DeclContext *FromDC);
1760 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()1857 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()1888 auto ToDCOrErr = Importer.ImportContext(FromD->getDeclContext()); in ImportDeclContext()1894 auto ToLexicalDCOrErr = Importer.ImportContext( in ImportDeclContext()2286 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitAccessSpecDecl()2305 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitStaticAssertDecl()4667 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()6535 auto ParentContextOrErr = Importer.ImportContext(E->getParentContext()); in VisitSourceLocExpr()7276 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultArgExpr()7971 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultInitExpr()[all …]