Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp7271 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4953 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h6086 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
H A DSemaExpr.cpp16706 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema