/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 48 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local 163 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts() 211 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration() 695 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCInterfaceDeclList() local 2002 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration() 2092 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc) { in ParseObjCAtImplementationDeclaration() 2684 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc) { in ParseObjCAtStatement() 2723 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression() 3264 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral() 3299 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() [all …]
|
D | Parser.cpp | 894 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local 1977 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
|
D | ParseExpr.cpp | 131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() 1300 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
|
D | ParseStmt.cpp | 159 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 223 SourceLocation AtLoc, in checkAllAtProps() 309 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local 319 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps() local
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 178 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty() 411 SourceLocation AtLoc, in HandlePropertyInClassExtension() 557 SourceLocation AtLoc, in CreatePropertyDecl() 804 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols() 886 SourceLocation AtLoc, in ActOnPropertyImplDecl()
|
D | SemaExprObjC.cpp | 83 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral() 317 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral() 367 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral() 1050 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression() 1085 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression() 1101 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1131 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors() 1157 SourceLocation AtLoc, in ParseObjCSelectorExpression() 1218 SourceLocation AtLoc, in ParseObjCProtocolExpression()
|
D | SemaStmt.cpp | 3333 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt() 3344 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt() 3349 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt() 3360 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() 3386 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() 3440 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt() 3458 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
|
D | TreeTransform.h | 1318 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt() 1342 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt() 1354 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt() 1363 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt() 1748 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt() 1757 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt() 2777 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
|
D | SemaDeclObjC.cpp | 1051 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
|
D | SemaDecl.cpp | 14604 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
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1379 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl() 1870 ObjCCategoryDecl::ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, in ObjCCategoryDecl() 1886 SourceLocation AtLoc, in Create() 2108 SourceLocation AtLoc, in Create()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 824 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
|