Lines Matching refs:getAsFunction
1498 FunctionDecl *FD = D->getAsFunction(); in ActOnReenterFunctionContext()
3692 FunctionDecl *Old = OldD->getAsFunction(); in MergeFunctionDecl()
3712 ->getAsFunction(); in MergeFunctionDecl()
11378 if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None) in PreviousDeclsHaveMultiVersionAttribute()
11541 FunctionDecl *CurFD = ND->getAsFunction(); in CheckMultiVersionAdditionalDecl()
11754 if (!OldDecl || !OldDecl->getAsFunction() || in CheckMultiVersionFunction()
11764 FunctionDecl *OldFD = OldDecl->getAsFunction(); in CheckMultiVersionFunction()
11965 OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->getAsFunction()); in CheckFunctionDeclaration()
15906 if (const FunctionDecl *FD = D->getAsFunction()) { in canSkipFunctionBody()
15921 if (FunctionDecl *FD = Decl->getAsFunction()) in ActOnSkippedFunctionBody()
16004 FunctionDecl *FD = dcl ? dcl->getAsFunction() : nullptr; in ActOnFinishFunctionBody()