Lines Matching refs:getAsFunction
1445 FunctionDecl *FD = D->getAsFunction(); in ActOnReenterFunctionContext()
3544 FunctionDecl *Old = OldD->getAsFunction(); in MergeFunctionDecl()
3564 ->getAsFunction(); in MergeFunctionDecl()
10919 if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None) in PreviousDeclsHaveMultiVersionAttribute()
11043 FunctionDecl *CurFD = ND->getAsFunction(); in CheckMultiVersionAdditionalDecl()
11210 if (!OldDecl || !OldDecl->getAsFunction() || in CheckMultiVersionFunction()
11220 FunctionDecl *OldFD = OldDecl->getAsFunction(); in CheckMultiVersionFunction()
11374 OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->getAsFunction()); in CheckFunctionDeclaration()
14921 if (const FunctionDecl *FD = D->getAsFunction()) { in canSkipFunctionBody()
14936 if (FunctionDecl *FD = Decl->getAsFunction()) in ActOnSkippedFunctionBody()
14994 FunctionDecl *FD = dcl ? dcl->getAsFunction() : nullptr; in ActOnFinishFunctionBody()