Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8370 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6546 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6552 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
H A DSemaExpr.cpp17678 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema