Home | History | Annotate | Download | only in Checkers

Lines Matching refs:FD

956     const NamedDecl *FD = cast<FunctionCodeRegion>(MR)->getDecl();
957 if (FD)
958 os << "the address of the function '" << *FD << '\'';
1998 static bool isCPPStdLibraryFunction(const FunctionDecl *FD, StringRef Name) {
1999 IdentifierInfo *II = FD->getIdentifier();
2003 if (!AnalysisDeclContext::isInStdNamespace(FD))