Home
last modified time | relevance | path

Searched defs:AtLoc (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp47 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local
133 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts()
181 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration()
315 SourceLocation AtLoc; member
447 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCInterfaceDeclList() local
1397 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration()
1489 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc) { in ParseObjCAtImplementationDeclaration()
2054 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc) { in ParseObjCAtStatement()
2087 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
2612 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
[all …]
DParser.cpp874 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local
1871 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
DParseExpr.cpp130 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt()
1229 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
DParseStmt.cpp126 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp227 SourceLocation AtLoc, in checkAllAtProps()
313 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local
323 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp142 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty()
326 SourceLocation AtLoc, in HandlePropertyInClassExtension()
504 SourceLocation AtLoc, in CreatePropertyDecl()
729 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols()
852 SourceLocation AtLoc, in ActOnPropertyImplDecl()
DSemaExprObjC.cpp79 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral()
257 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral()
307 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral()
915 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression()
946 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression()
962 SourceLocation AtLoc, in ParseObjCSelectorExpression()
1022 SourceLocation AtLoc, in ParseObjCProtocolExpression()
DSemaStmt.cpp2852 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt()
2863 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt()
2868 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt()
2881 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
2907 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()
2946 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt()
2965 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
DTreeTransform.h1223 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt()
1247 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt()
1259 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt()
1268 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt()
1323 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt()
1332 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt()
2363 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
DSemaDeclObjC.cpp599 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
DSemaDecl.cpp12587 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
/external/clang/include/clang/AST/
DExprObjC.h31 SourceLocation AtLoc; variable
DStmtObjC.h346 SourceLocation AtLoc; variable
DDeclObjC.h1575 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCContainerDecl() argument
/external/clang/lib/AST/
DDeclObjC.cpp1545 SourceLocation AtLoc, in Create()
1757 SourceLocation AtLoc, in Create()