Home | History | Annotate | Download | only in Checkers

Lines Matching refs:FD

442   else if (const auto *FD = dyn_cast<FunctionDecl>(D))
443 Params = FD->parameters();
584 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
585 RequiredRetType = FD->getReturnType();