Home | History | Annotate | Download | only in Sema

Lines Matching refs:FD

1995     FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>();
1996 return FD && FD->getDeclContext()->getRedeclContext()->Equals(Record);
2173 if (auto *FD = dyn_cast<FieldDecl>(ND)) {
2174 KnownField = FD;
7115 auto *FD = cast<FunctionDecl>(cast<DeclRefExpr>(Args[0])->getDecl());
7116 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true,