Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp47 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local
131 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts()
179 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration()
385 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCInterfaceDeclList() local
1354 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration()
1445 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc) { in ParseObjCAtImplementationDeclaration()
2009 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc) { in ParseObjCAtStatement()
2048 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
2574 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
2609 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
[all …]
DParser.cpp860 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local
1871 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
DParseExpr.cpp131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt()
1259 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
DParseStmt.cpp162 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp225 SourceLocation AtLoc, in checkAllAtProps()
311 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local
321 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp139 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty()
316 SourceLocation AtLoc, in HandlePropertyInClassExtension()
525 SourceLocation AtLoc, in CreatePropertyDecl()
750 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols()
800 SourceLocation AtLoc, in ActOnPropertyImplDecl()
DSemaExprObjC.cpp83 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral()
262 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral()
312 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral()
933 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression()
968 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression()
984 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1014 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors()
1040 SourceLocation AtLoc, in ParseObjCSelectorExpression()
1101 SourceLocation AtLoc, in ParseObjCProtocolExpression()
DSemaStmt.cpp3283 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt()
3294 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt()
3299 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt()
3310 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
3336 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()
3390 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt()
3408 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
DTreeTransform.h1273 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt()
1297 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt()
1309 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt()
1318 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt()
1572 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt()
1581 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt()
2590 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
DSemaDeclObjC.cpp626 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
DSemaDecl.cpp14004 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
/external/clang/include/clang/AST/
DExprObjC.h31 SourceLocation AtLoc; variable
DStmtObjC.h346 SourceLocation AtLoc; variable
DDeclObjC.h1741 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCContainerDecl() argument
/external/clang/lib/AST/
DDeclObjC.cpp1169 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl()
1652 SourceLocation AtLoc, in Create()
1863 SourceLocation AtLoc, in Create()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp805 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local