Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp321 auto *BuiltInDecl = R.getAsSingle<FunctionDecl>(); in buildBuiltinCall() local
322 assert(BuiltInDecl && "failed to find builtin declaration"); in buildBuiltinCall()
325 S.BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc); in buildBuiltinCall()