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()
602 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() argument646 Result = ParseModuleDecl(IsFirstDecl); in ParseTopLevelDecl()2280 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl() argument2300 if (!IsFirstDecl) { in ParseModuleDecl()2350 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl); in ParseModuleDecl()
467 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false);3344 DeclGroupPtrTy ParseModuleDecl(bool IsFirstDecl);
2729 ModuleIdPath Path, bool IsFirstDecl);