Home | History | Annotate | Download | only in Core

Lines Matching refs:FRS

1799           } else if (const CXXForRangeStmt *FRS =
1801 Body = FRS->getBody();
1952 const CXXForRangeStmt *FRS = cast<CXXForRangeStmt>(S);
1953 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
1963 if (const CXXForRangeStmt *FRS = dyn_cast<CXXForRangeStmt>(FL))
1964 return FRS->getInc() == S || FRS->getRangeStmt() == S ||
1965 FRS->getLoopVarStmt() || FRS->getRangeInit() == S;