Lines Matching refs:FD
681 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
684 const DeclContext *Ctx = FD->getDeclContext();
686 FD->doesThisDeclarationHaveABody())
696 StringRef MacroName = PP->getLastMacroWithSpelling(FD->getLocation(),
704 Diag(FD->getLocEnd(),
706 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
816 if (const FunctionDecl *FD =
818 return FD->isVariadic();