Searched refs:ImportState (Results 1 – 7 of 7) sorted by relevance
157 Sema::ModuleImportState ImportState; in ParseAST() local161 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()162 AtEOF = P.ParseTopLevelDecl(ADecl, ImportState)) { in ParseAST()
585 Sema::ModuleImportState &ImportState) { in ParseFirstTopLevelDecl() argument590 ImportState = Sema::ModuleImportState::FirstDecl; in ParseFirstTopLevelDecl()591 bool NoTopLevelDecls = ParseTopLevelDecl(Result, ImportState); in ParseFirstTopLevelDecl()612 Sema::ModuleImportState &ImportState) { in ParseTopLevelDecl() argument656 Result = ParseModuleDecl(ImportState); in ParseTopLevelDecl()661 Decl *ImportDecl = ParseModuleImport(SourceLocation(), ImportState); in ParseTopLevelDecl()687 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()694 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()747 if (ImportState == Sema::ModuleImportState::FirstDecl) in ParseTopLevelDecl()749 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()[all …]
173 Sema::ModuleImportState ImportState; in ParseOrWrapTopLevelDecl() local174 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()175 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()
181 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() argument185 bool IsFirstDecl = ImportState == ModuleImportState::FirstDecl; in ActOnModuleDecl()186 bool SeenGMF = ImportState == ModuleImportState::GlobalFragment; in ActOnModuleDecl()189 ImportState = ModuleImportState::NotACXX20Module; in ActOnModuleDecl()400 ImportState = ModuleImportState::ImportAllowed; in ActOnModuleDecl()
780 auto ImportState = clang::Sema::ModuleImportState::NotACXX20Module; in Create() local781 while (!parser->ParseTopLevelDecl(parsed, ImportState)) in Create()
482 Sema::ModuleImportState &ImportState);487 Sema::ModuleImportState &ImportState);3559 DeclGroupPtrTy ParseModuleDecl(Sema::ModuleImportState &ImportState);3561 Sema::ModuleImportState &ImportState);
3172 ModuleImportState &ImportState);