Searched refs:IsFirstDecl (Results 1 – 4 of 4) sorted by relevance
92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl() argument146 if (getLangOpts().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) { in ActOnModuleDecl()
606 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() argument650 Result = ParseModuleDecl(IsFirstDecl); in ParseTopLevelDecl()2293 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl() argument2313 if (!IsFirstDecl) { in ParseModuleDecl()2363 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl); in ParseModuleDecl()
470 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false);3467 DeclGroupPtrTy ParseModuleDecl(bool IsFirstDecl);
2898 ModuleIdPath Path, bool IsFirstDecl);