Searched refs:AddFlags (Results 1 – 5 of 5) sorted by relevance
107 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
531 void AddFlags(unsigned Flags);
1565 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1988 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()2004 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
1951 S->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseCXXCondition()
4003 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local4017 AddFlags = SCEV::FlagNSW; in getMinusSCEV()4030 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()