Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FD

2877   FunctionDecl *FD = FunctionDecl::Create(C,
2891 ImplicitParamDecl dstDecl(FD, SourceLocation(), 0, DestTy);
2893 ImplicitParamDecl srcDecl(FD, SourceLocation(), 0, SrcTy);
2911 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
2961 FunctionDecl *FD = FunctionDecl::Create(C,
2975 FD, SourceLocation(), 0, DestTy);
2977 ImplicitParamDecl srcDecl(FD, SourceLocation(), 0, SrcTy);
2994 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());