Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp6802 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4043 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5535 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
H A DSemaExpr.cpp14563 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema