Searched refs:NotTypeCast (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1767 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 D | ParseExpr.cpp | 219 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 D | ParseOpenMP.cpp | 3419 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr() 3992 ExprResult LHS(ParseCastExpression(AnyCastExpr, false, NotTypeCast)); in ParseOpenMPSingleExprWithArgClause()
|