Searched refs:BuiltInDecl (Results 1 – 1 of 1) sorted by relevance
300 auto *BuiltInDecl = R.getAsSingle<FunctionDecl>(); in buildBuiltinCall() local301 assert(BuiltInDecl && "failed to find builtin declaration"); in buildBuiltinCall()304 S.BuildDeclRefExpr(BuiltInDecl, BuiltInDecl->getType(), VK_LValue, Loc); in buildBuiltinCall()