/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 47 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 …]
|
H A D | Parser.cpp | 860 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local 1870 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
|
H A D | ParseExpr.cpp | 131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() 1245 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
|
H A D | ParseStmt.cpp | 162 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 225 SourceLocation AtLoc, in checkAllAtProps() 311 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local 321 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 138 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty() 315 SourceLocation AtLoc, in HandlePropertyInClassExtension() 522 SourceLocation AtLoc, in CreatePropertyDecl() 747 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols() 797 SourceLocation AtLoc, in ActOnPropertyImplDecl()
|
H A D | SemaExprObjC.cpp | 83 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral() 260 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral() 310 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral() 931 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression() 966 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression() 982 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1012 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors() 1038 SourceLocation AtLoc, in ParseObjCSelectorExpression() 1103 SourceLocation AtLoc, in ParseObjCProtocolExpression()
|
H A D | SemaStmt.cpp | 3123 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt() 3134 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt() 3139 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt() 3150 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() 3176 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() 3230 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt() 3248 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
|
H A D | TreeTransform.h | 1273 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() 2592 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
|
H A D | SemaDeclObjC.cpp | 627 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
|
H A D | SemaDecl.cpp | 13798 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ExprObjC.h | 31 SourceLocation AtLoc; variable
|
H A D | StmtObjC.h | 345 SourceLocation AtLoc; variable
|
H A D | DeclObjC.h | 1741 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCContainerDecl() argument
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1171 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl() 1654 SourceLocation AtLoc, in Create() 1860 SourceLocation AtLoc, in Create()
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 805 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local
|