Lines Matching refs:funcDecl
233 auto *funcDecl = ParseFunctionDeclaration(false, ParserStatus::NO_OPTS);
234 if (funcDecl == nullptr) { // Error processing.
239 stmts.push_back(funcDecl);
242 localBlockStmt->SetRange(funcDecl->Range());
244 return funcDecl;
600 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func, true);
601 funcDecl->SetRange(func->Range());
602 return funcDecl;
616 auto *funcDecl = AllocNode<ir::FunctionDeclaration>(Allocator(), func);
617 funcDecl->SetRange(func->Range());
623 return funcDecl;