Lines Matching refs:FD
432 } else if (FieldDecl *FD = dyn_cast<FieldDecl>(D)) {
435 << FD << Active->InstantiationRange;
497 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext());
501 FD->printName(OS);
2752 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(PV->getDeclContext())) {
2755 // function and isn't necessarily referring to one of FD's parameters.
2756 if (FD->getParamDecl(i) == PV)
2757 return FD->getCanonicalDecl()->getParamDecl(i);