Lines Matching refs:getAsFunction
1424 FunctionDecl *FD = D->getAsFunction(); in ActOnReenterFunctionContext()
3281 FunctionDecl *Old = OldD->getAsFunction(); in MergeFunctionDecl()
3301 ->getAsFunction(); in MergeFunctionDecl()
10471 if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None) in PreviousDeclsHaveMultiVersionAttribute()
10592 FunctionDecl *CurFD = ND->getAsFunction(); in CheckMultiVersionAdditionalDecl()
10744 if (!OldDecl || !OldDecl->getAsFunction() || in CheckMultiVersionFunction()
10754 FunctionDecl *OldFD = OldDecl->getAsFunction(); in CheckMultiVersionFunction()
10892 OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->getAsFunction()); in CheckFunctionDeclaration()
14405 if (const FunctionDecl *FD = D->getAsFunction()) { in canSkipFunctionBody()
14420 if (FunctionDecl *FD = Decl->getAsFunction()) in ActOnSkippedFunctionBody()
14478 FunctionDecl *FD = dcl ? dcl->getAsFunction() : nullptr; in ActOnFinishFunctionBody()