Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp49 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local
168 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts()
216 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration()
681 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCInterfaceDeclList() local
2026 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration()
2116 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc) { in ParseObjCAtImplementationDeclaration()
2744 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc) { in ParseObjCAtStatement()
2783 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
3322 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
3356 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
[all …]
DParser.cpp907 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local
1999 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
DParseExpr.cpp131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt()
1327 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
DParseStmt.cpp166 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp223 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/
DSemaExprObjC.cpp80 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral()
314 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral()
365 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral()
1047 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression()
1082 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression()
1098 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1128 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors()
1154 SourceLocation AtLoc, in ParseObjCSelectorExpression()
1215 SourceLocation AtLoc, in ParseObjCProtocolExpression()
DSemaObjCProperty.cpp178 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty()
412 SourceLocation AtLoc, in HandlePropertyInClassExtension()
561 SourceLocation AtLoc, in CreatePropertyDecl()
813 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols()
896 SourceLocation AtLoc, in ActOnPropertyImplDecl()
DSemaStmt.cpp3406 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt()
3417 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt()
3422 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt()
3433 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
3459 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()
3513 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt()
3531 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
DTreeTransform.h1330 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt()
1354 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt()
1366 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt()
1375 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt()
1821 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt()
1830 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt()
2860 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
DSemaDeclObjC.cpp1050 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
DSemaDecl.cpp15061 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
/external/clang/include/clang/AST/
DExprObjC.h31 SourceLocation AtLoc; variable
DStmtObjC.h346 SourceLocation AtLoc; variable
/external/clang/lib/AST/
DDeclObjC.cpp1413 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl()
1906 ObjCCategoryDecl::ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, in ObjCCategoryDecl()
1922 SourceLocation AtLoc, in Create()
2163 SourceLocation AtLoc, in Create()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp914 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1115 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local