Lines Matching refs:getAsFunction
1432 FunctionDecl *FD = D->getAsFunction(); in ActOnReenterFunctionContext()
3538 FunctionDecl *Old = OldD->getAsFunction(); in MergeFunctionDecl()
3558 ->getAsFunction(); in MergeFunctionDecl()
11275 if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None) in PreviousDeclsHaveMultiVersionAttribute()
11468 FunctionDecl *CurFD = ND->getAsFunction(); in CheckMultiVersionAdditionalDecl()
11712 if (!OldDecl || !OldDecl->getAsFunction() || in CheckMultiVersionFunction()
11722 FunctionDecl *OldFD = OldDecl->getAsFunction(); in CheckMultiVersionFunction()
11919 OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->getAsFunction()); in CheckFunctionDeclaration()
15692 if (const FunctionDecl *FD = D->getAsFunction()) { in canSkipFunctionBody()
15707 if (FunctionDecl *FD = Decl->getAsFunction()) in ActOnSkippedFunctionBody()
15790 FunctionDecl *FD = dcl ? dcl->getAsFunction() : nullptr; in ActOnFinishFunctionBody()