Searched refs:HandleExprEvaluationContextForTypeof (Results 1 – 4 of 4) sorted by relevance
7668 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
5402 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
6300 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
18055 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema