Lines Matching refs:getAsFunction
1473 FunctionDecl *FD = D->getAsFunction(); in ActOnReenterFunctionContext()
3620 FunctionDecl *Old = OldD->getAsFunction(); in MergeFunctionDecl()
3640 ->getAsFunction(); in MergeFunctionDecl()
11144 if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None) in PreviousDeclsHaveMultiVersionAttribute()
11307 FunctionDecl *CurFD = ND->getAsFunction(); in CheckMultiVersionAdditionalDecl()
11517 if (!OldDecl || !OldDecl->getAsFunction() || in CheckMultiVersionFunction()
11527 FunctionDecl *OldFD = OldDecl->getAsFunction(); in CheckMultiVersionFunction()
11699 OldMD = dyn_cast_or_null<CXXMethodDecl>(OldDecl->getAsFunction()); in CheckFunctionDeclaration()
15348 if (const FunctionDecl *FD = D->getAsFunction()) { in canSkipFunctionBody()
15363 if (FunctionDecl *FD = Decl->getAsFunction()) in ActOnSkippedFunctionBody()
15421 FunctionDecl *FD = dcl ? dcl->getAsFunction() : nullptr; in ActOnFinishFunctionBody()