Searched refs:BuiltInDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp299 auto *BuiltInDecl = R.getAsSingle<FunctionDecl>(); local
300 assert(BuiltInDecl && "failed to find builtin declaration");
303 S.BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc);

Completed in 77 milliseconds