Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl() argument
146 if (getLangOpts().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) { in ActOnModuleDecl()
/external/llvm-project/clang/lib/Parse/
DParser.cpp602 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl() argument
646 Result = ParseModuleDecl(IsFirstDecl); in ParseTopLevelDecl()
2280 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl() argument
2300 if (!IsFirstDecl) { in ParseModuleDecl()
2350 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl); in ParseModuleDecl()
/external/llvm-project/clang/include/clang/Parse/
DParser.h467 bool ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl = false);
3344 DeclGroupPtrTy ParseModuleDecl(bool IsFirstDecl);
/external/llvm-project/clang/include/clang/Sema/
DSema.h2729 ModuleIdPath Path, bool IsFirstDecl);