Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl() argument
146 if (getLangOpts().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) { in ActOnModuleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp604 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() argument
648 Result = ParseModuleDecl(IsFirstDecl); in ParseTopLevelDecl()
2290 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl() argument
2310 if (!IsFirstDecl) { in ParseModuleDecl()
2360 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl); in ParseModuleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h469 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false);
3438 DeclGroupPtrTy ParseModuleDecl(bool IsFirstDecl);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2862 ModuleIdPath Path, bool IsFirstDecl);