Home
last modified time | relevance | path

Searched refs:NotTypeCast (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1767 NotTypeCast = 0, enumerator
1772 ExprResult ParseExpression(TypeCastState isTypeCast = NotTypeCast);
1774 TypeCastState isTypeCast = NotTypeCast);
1782 ExprResult ParseAssignmentExpression(TypeCastState isTypeCast = NotTypeCast);
1811 TypeCastState isTypeCast = NotTypeCast,
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp219 return ParseConstantExpressionInExprEvalContext(NotTypeCast); in ParseConstantExpression()
225 ExprResult LHS(ParseCastExpression(AnyCastExpr, false, NotTypeCast)); in ParseCaseExpression()
265 /*isTypeCast=*/NotTypeCast, in ParseConstraintLogicalAndExpression()
1256 /*AllowTypes=*/isTypeCast != NotTypeCast, in ParseCastExpression()
1350 NotTypeCast); in ParseCastExpression()
H A DParseOpenMP.cpp3419 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
3992 ExprResult LHS(ParseCastExpression(AnyCastExpr, false, NotTypeCast)); in ParseOpenMPSingleExprWithArgClause()