Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FD

2919   FunctionDecl *FD = FunctionDecl::Create(C,
2933 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy);
2935 ImplicitParamDecl srcDecl(getContext(), FD, SourceLocation(), nullptr, SrcTy);
2950 StartFunction(FD, C.VoidTy, Fn, FI, args);
3000 FunctionDecl *FD = FunctionDecl::Create(C,
3014 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy);
3016 ImplicitParamDecl srcDecl(getContext(), FD, SourceLocation(), nullptr, SrcTy);
3030 StartFunction(FD, C.VoidTy, Fn, FI, args);