reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1669 ExprResult ParseCastExpression(bool isUnaryExpression,
148 LHS = ParseCastExpression(false); 172 ExprResult LHS = ParseCastExpression(/*isUnaryExpression=*/false, 205 ExprResult LHS(ParseCastExpression(false, false, isTypeCast)); 223 ExprResult LHS(ParseCastExpression(false, false, NotTypeCast)); 237 ExprResult LHS(ParseCastExpression(/*isUnaryExpression=*/false)); 417 RHS = ParseCastExpression(false); 864 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); 964 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); 1162 Res = ParseCastExpression(false, true); 1177 Res = ParseCastExpression(false); 1185 Res = ParseCastExpression(false); 1195 Res = ParseCastExpression(false); 1390 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); 1932 Operand = ParseCastExpression(true/*isUnaryExpression*/); 2477 ExprResult SubExpr = ParseCastExpression(/*isUnaryExpression=*/false); 2558 Result = ParseCastExpression(/*isUnaryExpression=*/false, 2610 Result = ParseCastExpression(/*isUnaryExpression=*/false,tools/clang/lib/Parse/ParseExprCXX.cpp
3224 ExprResult Operand(ParseCastExpression(false));
tools/clang/lib/Parse/ParseOpenMP.cpp2136 ExprResult LHS(ParseCastExpression( 2379 ExprResult LHS(ParseCastExpression(false, false, NotTypeCast));