/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 50 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local 166 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts() 213 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration() 670 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCInterfaceDeclList() local 2021 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration() 2103 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc, in ParseObjCAtImplementationDeclaration() 2732 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc, in ParseObjCAtStatement() 2773 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression() 3319 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral() 3353 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() [all …]
|
H A D | Parser.cpp | 1097 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local 2378 Decl *Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
|
H A D | ParseExpr.cpp | 134 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() 1720 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
|
H A D | ParseStmt.cpp | 171 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 220 SourceLocation AtLoc, in checkAllAtProps() 306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local 314 SourceLocation AtLoc = I->first; in checkAllProps() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 172 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty() 406 SourceLocation AtLoc, in HandlePropertyInClassExtension() 560 SourceLocation AtLoc, in CreatePropertyDecl() 838 SelectPropertyForSynthesisFromProtocols(Sema &S, SourceLocation AtLoc, in SelectPropertyForSynthesisFromProtocols() 1049 ObjCMethodDecl *AccessorDecl, SourceLocation AtLoc, in RedeclarePropertyAccessor() 1078 SourceLocation AtLoc, in ActOnPropertyImplDecl()
|
H A D | SemaExprObjC.cpp | 81 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral() 316 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral() 367 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral() 1130 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression() 1160 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression() 1176 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1206 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors() 1294 SourceLocation AtLoc, in ParseObjCSelectorExpression() 1387 SourceLocation AtLoc, in ParseObjCProtocolExpression()
|
H A D | SemaStmt.cpp | 4191 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt() 4202 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt() 4207 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt() 4218 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() 4244 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() 4300 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt() 4318 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
|
H A D | TreeTransform.h | 1499 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt() 1523 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt() 1535 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt() 1544 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt() 2258 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt() 2267 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt() 3446 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
|
H A D | SemaDeclObjC.cpp | 1136 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
|
H A D | SemaExpr.cpp | 19640 llvm::ArrayRef<AvailabilitySpec> AvailSpecs, SourceLocation AtLoc, in ActOnObjCAvailabilityCheckExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprObjC.h | 54 SourceLocation AtLoc; variable 411 SourceLocation AtLoc, RParenLoc; variable 456 SourceLocation AtLoc, RParenLoc; variable 506 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable 1690 SourceLocation AtLoc, RParen; variable 1693 ObjCAvailabilityCheckExpr(VersionTuple VersionToCheck, SourceLocation AtLoc, in ObjCAvailabilityCheckExpr()
|
H A D | StmtObjC.h | 369 SourceLocation AtLoc; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1517 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl() 2030 ObjCCategoryDecl::ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, in ObjCCategoryDecl() 2044 SourceLocation AtLoc, in Create() 2278 SourceLocation AtLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1187 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
|
H A D | MasmParser.cpp | 1489 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
|