Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp300 auto *BuiltInDecl = R.getAsSingle<FunctionDecl>(); in buildBuiltinCall() local
301 assert(BuiltInDecl && "failed to find builtin declaration"); in buildBuiltinCall()
304 S.BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc); in buildBuiltinCall()