Home
last modified time | relevance | path

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

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