Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp7668 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5402 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h6300 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
H A DSemaExpr.cpp18055 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema