Home | History | Annotate | Download | only in Core

Lines Matching refs:FS

496     if (const ForStmt *FS =
498 if (FS->getInit() == S)
499 return PathDiagnosticLocation(FS, SMgr, LC);
1352 const ForStmt *FS = cast<ForStmt>(Term);
1353 if (isContainedByStmt(PM, FS->getInc(), S))
1355 LoopBody = FS->getBody();
1486 if (const ForStmt *FS = dyn_cast<ForStmt>(Loop))
1487 CS = dyn_cast<CompoundStmt>(FS->getBody());