Lines Matching defs:FD
1602 else if (FunctionDecl *FD = getCurFunctionDecl())
1603 isVariadic = FD->isVariadic();
1629 else if (FunctionDecl *FD = getCurFunctionDecl())
1630 LastArg = *(FD->param_end()-1);
2078 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND)) {
2079 unsigned BuiltinID = FD->getBuiltinID();
3787 const FunctionDecl *FD = CE->getDirectCallee();
3788 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen)
6178 const FieldDecl *FD = dyn_cast<FieldDecl>(ND);
6179 if (!FD) return false;
6184 TypeSourceInfo *TInfo = FD->getTypeSourceInfo();
6201 const RecordDecl *RD = dyn_cast<RecordDecl>(FD->getDeclContext());
6209 const Decl *D = FD;