Lines Matching refs:FD
173 if (const auto *FD = dyn_cast<FunctionDecl>(DC))
174 ContextName = CGM.getMangledName(FD);
266 else if (const auto *FD = dyn_cast<FunctionDecl>(DC))
267 GD = GlobalDecl(FD);
1413 const FunctionDecl *FD = CA->getFunctionDecl();
1415 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
1418 const CGFunctionInfo &Info = CGM.getTypes().arrangeFunctionDeclaration(FD);