Home
last modified time | relevance | path

Searched refs:IsFirstDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl() argument
146 if (getLangOpts().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) { in ActOnModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp606 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() argument
650 Result = ParseModuleDecl(IsFirstDecl); in ParseTopLevelDecl()
2293 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl() argument
2313 if (!IsFirstDecl) { in ParseModuleDecl()
2363 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl); in ParseModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h470 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false);
3467 DeclGroupPtrTy ParseModuleDecl(bool IsFirstDecl);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2898 ModuleIdPath Path, bool IsFirstDecl);