Searched refs:parseTopLevelDecl (Results 1 – 1 of 1) sorted by relevance
185 FailureOr<ast::Decl *> parseTopLevelDecl();591 FailureOr<ast::Decl *> decl = parseTopLevelDecl(); in parseModuleBody()978 FailureOr<ast::Decl *> Parser::parseTopLevelDecl() { in parseTopLevelDecl() function in Parser