Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FD

272     const FunctionDecl *FD =
276 if (Ctx && Ctx->FunArgs && FD == Ctx->AttrDecl->getCanonicalDecl()) {
283 VD = FD->getParamDecl(I);
355 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl();
356 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) {