Lines Matching refs:FD
1602 auto *FD = dyn_cast_or_null<FunctionDecl>(Call->getCalleeDecl());
1603 if (FD && FD->getBuiltinID() == Builtin::BI__builtin_unpredictable) {
2236 for (auto *FD : RD->fields()) {
2237 if (FD->hasCapturedVLAType()) {
2238 auto *ExprArg = EmitLoadOfLValue(EmitLValueForField(Base, FD),
2240 auto VAT = FD->getCapturedVLAType();
2247 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl();
2248 LValue ThisLValue = EmitLValueForField(Base, FD);