Home
last modified time | relevance | path

Searched defs:IsFirstDecl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParser.cpp602 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl()
2280 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl()