Searched refs:ImportState (Results 1 – 7 of 7) sorted by relevance
158 Sema::ModuleImportState ImportState; in ParseAST() local162 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()163 AtEOF = P.ParseTopLevelDecl(ADecl, ImportState)) { in ParseAST()
606 ImportState = Sema::ModuleImportState::FirstDecl; in ParseFirstTopLevelDecl()672 Result = ParseModuleDecl(ImportState); in ParseTopLevelDecl()703 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()710 ImportState = Sema::ModuleImportState::NotACXX20Module; in ParseTopLevelDecl()764 if (ImportState == Sema::ModuleImportState::FirstDecl) in ParseTopLevelDecl()769 ImportState = Sema::ModuleImportState::ImportFinished; in ParseTopLevelDecl()770 else if (ImportState == in ParseTopLevelDecl()2468 ImportState = Sema::ModuleImportState::GlobalFragment; in ParseModuleDecl()2483 ImportState = ImportState == Sema::ModuleImportState::ImportAllowed in ParseModuleDecl()2516 ImportState); in ParseModuleDecl()[all …]
270 Sema::ModuleImportState ImportState; in ParseOrWrapTopLevelDecl() local271 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()272 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()
175 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() argument179 bool IsFirstDecl = ImportState == ModuleImportState::FirstDecl; in ActOnModuleDecl()180 bool SeenGMF = ImportState == ModuleImportState::GlobalFragment; in ActOnModuleDecl()183 ImportState = ModuleImportState::NotACXX20Module; in ActOnModuleDecl()390 ImportState = ModuleImportState::ImportAllowed; in ActOnModuleDecl()
780 auto ImportState = clang::Sema::ModuleImportState::NotACXX20Module; in Create() local781 while (!parser->ParseTopLevelDecl(parsed, ImportState)) in Create()
497 Sema::ModuleImportState &ImportState);502 Sema::ModuleImportState &ImportState);3681 DeclGroupPtrTy ParseModuleDecl(Sema::ModuleImportState &ImportState);3683 Sema::ModuleImportState &ImportState);
3235 ModuleImportState &ImportState);