reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseObjc.cpp
 2801              Actions.BuildObjCNumericLiteral(AtLoc, Lit.get()));
 2806     return ParsePostfixExpressionSuffix(ParseObjCStringLiteral(AtLoc));
 2809     return ParsePostfixExpressionSuffix(ParseObjCCharacterLiteral(AtLoc));
 2812     return ParsePostfixExpressionSuffix(ParseObjCNumericLiteral(AtLoc));
 2816     return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true));
 2819     return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false));
 2823     return ParsePostfixExpressionSuffix(ParseObjCArrayLiteral(AtLoc));
 2827     return ParsePostfixExpressionSuffix(ParseObjCDictionaryLiteral(AtLoc));
 2831     return ParsePostfixExpressionSuffix(ParseObjCBoxedExpr(AtLoc));
 2835       return ExprError(Diag(AtLoc, diag::err_unexpected_at));
 2839       return ParsePostfixExpressionSuffix(ParseObjCEncodeExpression(AtLoc));
 2841       return ParsePostfixExpressionSuffix(ParseObjCProtocolExpression(AtLoc));
 2843       return ParsePostfixExpressionSuffix(ParseObjCSelectorExpression(AtLoc));
 2845       return ParseAvailabilityCheckExpr(AtLoc);
 2852             ExprStatementTokLoc == AtLoc) {
 2861           return ExprError(Diag(AtLoc, diag::err_unexpected_at) <<
 2865           return ExprError(Diag(AtLoc, diag::err_unexpected_at));