Home | History | Annotate | Download | only in Sema

Lines Matching refs:FD

1755   auto *FD = dyn_cast<FunctionDecl>(DRE->getDecl());
1757 if (!FD || !FD->hasBody(Definition))
1765 FD->isVariadic(), FD->isCXXInstanceMember());
1815 << FD << DstCCName << FixItHint::CreateInsertion(NameLoc, CCAttrText);
2360 if (FunctionDecl *FD = Self.ResolveAddressOfOverloadedFunction(
2362 SrcExpr = Self.FixOverloadedFunctionReference(SrcExpr.get(), DAP, FD);