Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp606 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result, bool IsFirstDecl) { in ParseTopLevelDecl()
2293 Parser::DeclGroupPtrTy Parser::ParseModuleDecl(bool IsFirstDecl) { in ParseModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl()