Home | History | Annotate | Download | only in AST

Lines Matching refs:FD

189   if (FunctionDecl *FD = dyn_cast<FunctionDecl>(this))
190 return FD;
201 if (auto *FD = dyn_cast<FunctionDecl>(this))
202 return FD->getDescribedFunctionTemplate();
555 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(this)) {
556 if (FD->hasBody()) {
767 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(this)) {
769 if (FD->hasBody(Definition))
840 } else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
841 return FD;
1331 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
1332 if (FD->isFunctionTemplateSpecialization())