Lines Matching defs:FSI
12318 if (FunctionScopeInfo *FSI = getCurFunction())
12323 FSI->markSafeWeakUse(Init);
14421 FunctionScopeInfo *FSI = getCurFunction();
14424 if (FSI->UsesFPIntrin && !FD->hasAttr<StrictFPAttr>())
14430 if (getLangOpts().Coroutines && FSI->isCoroutine())
14507 computeNRVO(Body, FSI);
14631 computeNRVO(Body, FSI);
14633 if (FSI->ObjCShouldCallSuper) {
14636 FSI->ObjCShouldCallSuper = false;
14638 if (FSI->ObjCWarnForNoDesignatedInitChain) {
14663 FSI->ObjCWarnForNoDesignatedInitChain = false;
14665 if (FSI->ObjCWarnForNoInitDelegation) {
14670 FSI->ObjCWarnForNoInitDelegation = false;
14681 if (Body && FSI->HasPotentialAvailabilityViolations)
14684 assert(!FSI->ObjCShouldCallSuper &&
14697 if (FSI->NeedsScopeChecking() &&