Searched refs:ModuleImportState (Results 1 – 8 of 8) sorted by relevance
590 ImportState = Sema::ModuleImportState::FirstDecl; in ParseFirstTopLevelDecl()687 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()694 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()741 if (ImportState == Sema::ModuleImportState::FirstDecl) in ParseTopLevelDecl()920 Sema::ModuleImportState IS = Sema::ModuleImportState::NotACXX20Module; in ParseExternalDeclaration()2495 case Sema::ModuleImportState::ImportAllowed: in ParseModuleImport()2498 case Sema::ModuleImportState::FirstDecl: in ParseModuleImport()2499 case Sema::ModuleImportState::NotACXX20Module: in ParseModuleImport()2506 case Sema::ModuleImportState::GlobalFragment: in ParseModuleImport()2515 case Sema::ModuleImportState::ImportFinished: in ParseModuleImport()[all …]
157 Sema::ModuleImportState ImportState; in ParseAST()
81 Sema::ModuleImportState IS = Sema::ModuleImportState::NotACXX20Module; in ParseObjCAtDirectives()
150 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl()154 bool IsFirstDecl = ImportState == ModuleImportState::FirstDecl; in ActOnModuleDecl()155 bool SeenGMF = ImportState == ModuleImportState::GlobalFragment; in ActOnModuleDecl()158 ImportState = ModuleImportState::NotACXX20Module; in ActOnModuleDecl()345 ImportState = ModuleImportState::ImportAllowed; in ActOnModuleDecl()
170 Sema::ModuleImportState ImportState; in ParseOrWrapTopLevelDecl()
474 Sema::ModuleImportState &ImportState);479 Sema::ModuleImportState &ImportState);482 Sema::ModuleImportState IS = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()3445 DeclGroupPtrTy ParseModuleDecl(Sema::ModuleImportState &ImportState);3447 Sema::ModuleImportState &ImportState);
731 auto ImportState = clang::Sema::ModuleImportState::NotACXX20Module; in Create()
3079 enum class ModuleImportState { enum3099 ModuleImportState &ImportState);