Lines Matching defs:AtLoc
56 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local
189 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts()
236 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration()
724 SourceLocation AtLoc = Tok.getLocation(); in ParseObjCInterfaceDeclList() local
2064 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration()
2160 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc, in ParseObjCAtImplementationDeclaration()
2798 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc, in ParseObjCAtStatement()
2839 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
3386 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
3420 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
3429 ExprResult Parser::ParseObjCCharacterLiteral(SourceLocation AtLoc) { in ParseObjCCharacterLiteral()
3443 ExprResult Parser::ParseObjCNumericLiteral(SourceLocation AtLoc) { in ParseObjCNumericLiteral()
3456 Parser::ParseObjCBoxedExpr(SourceLocation AtLoc) { in ParseObjCBoxedExpr()
3477 ExprResult Parser::ParseObjCArrayLiteral(SourceLocation AtLoc) { in ParseObjCArrayLiteral()
3520 ExprResult Parser::ParseObjCDictionaryLiteral(SourceLocation AtLoc) { in ParseObjCDictionaryLiteral()
3589 Parser::ParseObjCEncodeExpression(SourceLocation AtLoc) { in ParseObjCEncodeExpression()
3614 Parser::ParseObjCProtocolExpression(SourceLocation AtLoc) { in ParseObjCProtocolExpression()
3638 ExprResult Parser::ParseObjCSelectorExpression(SourceLocation AtLoc) { in ParseObjCSelectorExpression()