Home | History | Annotate | Download | only in Checkers

Lines Matching defs:FD

952     const NamedDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
953 if (FD)
954 os << "the address of the function '" << *FD << '\'';