Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp8370 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6546 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h6552 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
HDSemaExpr.cpp17678 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema