Searched defs:Stm (Results 1 – 3 of 3) sorted by relevance
78 const Stmt &Stm; member 83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() argument 104 isUnevaluated(const Stmt * Smt,const Stmt & Stm,ASTContext & Context) isUnevaluated() argument
273 isUnevaluated(const Stmt * Exp,const Stmt & Stm,ASTContext & Context) isUnevaluated() argument [all...]
873 const Stmt *Stm = S->isNegatedConsteval() ? S->getThen() : S->getElse(); VisitIfStmt() local