Searched refs:AddFlags (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp107 void Scope::AddFlags(unsigned FlagsToSet) { function in class:Scope
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h514 void AddFlags(unsigned Flags);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1539 getCurScope()->AddFlags(Scope::BreakScope);
1928 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3806 auto AddFlags = SCEV::FlagAnyWrap;
3820 AddFlags = SCEV::FlagNSW;
3833 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth);

Completed in 103 milliseconds