Home | History | Annotate | Download | only in AST

Lines Matching refs:getCommon

3343   /// \brief getCommon - Return the common expression, written to the
3346 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); }
3370 return getCommon()->getLocStart();