Home
last modified time | relevance | path

Searched refs:isTypeCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp123 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) { in ParseExpression() argument
124 ExprResult LHS(ParseAssignmentExpression(isTypeCast)); in ParseExpression()
175 isTypeCast); in ParseAssignmentExpression()
218 return ParseConstantExpressionInExprEvalContext(isTypeCast); in ParseConstantExpression()
684 isTypeCast, in ParseCastExpression()
1128 NotCastExpr, isTypeCast, in ParseCastExpression()
1141 NotCastExpr, isTypeCast, in ParseCastExpression()
1242 /*AllowTypes=*/isTypeCast != NotTypeCast, in ParseCastExpression()
1243 /*AllowNonTypes=*/isTypeCast != IsTypeCast); in ParseCastExpression()
1260 NotCastExpr, isTypeCast, in ParseCastExpression()
[all …]
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1752 ExprResult ParseExpression(TypeCastState isTypeCast = NotTypeCast);
1754 TypeCastState isTypeCast = NotTypeCast);
1755 ExprResult ParseConstantExpression(TypeCastState isTypeCast = NotTypeCast);
1762 ExprResult ParseAssignmentExpression(TypeCastState isTypeCast = NotTypeCast);
1786 TypeCastState isTypeCast,
1791 TypeCastState isTypeCast = NotTypeCast,
1853 bool isTypeCast,