Lines Matching refs:FunctionDecl
188 FunctionDecl *Decl::getAsFunction() {
189 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(this))
201 if (auto *FD = dyn_cast<FunctionDecl>(this))
555 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(this)) {
765 // Special handling of FunctionDecl to avoid de-serializing the body from PCH.
766 // FunctionDecl stores EndRangeLoc for this purpose.
767 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(this)) {
768 const FunctionDecl *Definition;
840 } else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
893 if (isa<FunctionDecl>(this))
937 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(this)) {
1331 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))