Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp6180 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get()); in ParseTypeofSpecifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3515 ExprResult HandleExprEvaluationContextForTypeof(Expr *E);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h4903 E = SemaRef.HandleExprEvaluationContextForTypeof(E.get()); in TransformTypeOfExprType()
HDSemaExpr.cpp12141 ExprResult Sema::HandleExprEvaluationContextForTypeof(Expr *E) { in HandleExprEvaluationContextForTypeof() function in Sema