/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 47 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 …]
|
D | Parser.cpp | 874 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local 1871 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
|
D | ParseExpr.cpp | 130 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() 1229 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
|
D | ParseStmt.cpp | 126 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 227 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/ |
D | SemaObjCProperty.cpp | 142 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()
|
D | SemaExprObjC.cpp | 79 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()
|
D | SemaStmt.cpp | 2852 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()
|
D | TreeTransform.h | 1223 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()
|
D | SemaDeclObjC.cpp | 599 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
|
D | SemaDecl.cpp | 12587 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 31 SourceLocation AtLoc; variable
|
D | StmtObjC.h | 346 SourceLocation AtLoc; variable
|
D | DeclObjC.h | 1575 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCContainerDecl() argument
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1545 SourceLocation AtLoc, in Create() 1757 SourceLocation AtLoc, in Create()
|