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()
590 ImportState = Sema::ModuleImportState::FirstDecl; in ParseFirstTopLevelDecl()656 Result = ParseModuleDecl(ImportState); in ParseTopLevelDecl()687 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()694 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()741 if (ImportState == Sema::ModuleImportState::FirstDecl) in ParseTopLevelDecl()743 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()746 ImportState = Sema::ModuleImportState::ImportFinished; in ParseTopLevelDecl()2375 ImportState = Sema::ModuleImportState::GlobalFragment; in ParseModuleDecl()2390 ImportState = Sema::ModuleImportState::PrivateFragment; in ParseModuleDecl()2420 ImportState); in ParseModuleDecl()[all …]
170 Sema::ModuleImportState ImportState; in ParseOrWrapTopLevelDecl() local171 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()172 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()
150 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() argument154 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()
731 auto ImportState = clang::Sema::ModuleImportState::NotACXX20Module; in Create() local732 while (!parser->ParseTopLevelDecl(parsed, ImportState)) in Create()
474 Sema::ModuleImportState &ImportState);479 Sema::ModuleImportState &ImportState);3445 DeclGroupPtrTy ParseModuleDecl(Sema::ModuleImportState &ImportState);3447 Sema::ModuleImportState &ImportState);
3099 ModuleImportState &ImportState);