Searched defs:getSemanticForm (Results 1 – 2 of 2) sorted by relevance
302 Expr *getSemanticForm() { return cast<Expr>(SemanticForm); } in getSemanticForm() function303 const Expr *getSemanticForm() const { return cast<Expr>(SemanticForm); } in getSemanticForm() function
4867 InitListExpr *getSemanticForm() const { in getSemanticForm() function