Searched refs:HandleExprEvaluationContextForTypeof (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp5729 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get());
/external/clang/include/clang/Sema/
H A DSema.h3259 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/external/clang/lib/Sema/
H A DTreeTransform.h4636 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get());
H A DSemaExpr.cpp11350 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { function in class:Sema

Completed in 151 milliseconds