Searched refs:HandleExprEvaluationContextForTypeof (Results 1 – 4 of 4) sorted by relevance
6309 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
3660 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
5204 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
12906 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema