/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 49 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 …]
|
D | Parser.cpp | 907 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local 1999 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
|
D | ParseExpr.cpp | 131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() 1327 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
|
D | ParseStmt.cpp | 166 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 | SemaExprObjC.cpp | 80 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()
|
D | SemaObjCProperty.cpp | 178 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()
|
D | SemaStmt.cpp | 3406 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()
|
D | TreeTransform.h | 1330 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()
|
D | SemaDeclObjC.cpp | 1050 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
|
D | SemaDecl.cpp | 15061 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 | 1413 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/ |
D | AsmParser.cpp | 914 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1115 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
|