Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp48 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local
144 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts()
192 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration()
683 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCInterfaceDeclList() local
1994 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration()
2086 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc) { in ParseObjCAtImplementationDeclaration()
2676 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc) { in ParseObjCAtStatement()
2715 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
3256 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
3291 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
[all …]
HDParser.cpp893 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local
1945 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
HDParseExpr.cpp131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt()
1289 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
HDParseStmt.cpp159 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp225 SourceLocation AtLoc, in checkAllAtProps()
311 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local
321 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); in checkAllProps() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp130 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty()
307 SourceLocation AtLoc, in HandlePropertyInClassExtension()
523 SourceLocation AtLoc, in CreatePropertyDecl()
755 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols()
805 SourceLocation AtLoc, in ActOnPropertyImplDecl()
HDSemaExprObjC.cpp83 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral()
263 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { in BuildObjCNumericLiteral()
313 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral()
1050 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression()
1085 ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression()
1101 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1131 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors()
1157 SourceLocation AtLoc, in ParseObjCSelectorExpression()
1218 SourceLocation AtLoc, in ParseObjCProtocolExpression()
HDSemaStmt.cpp3294 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt()
3305 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt()
3310 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt()
3321 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
3347 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()
3401 Sema::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, in ActOnObjCAtSynchronizedStmt()
3419 Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAutoreleasePoolStmt()
HDTreeTransform.h1289 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt()
1313 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt()
1325 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt()
1334 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt()
1602 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt()
1611 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt()
2620 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
HDSemaDeclObjC.cpp1029 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
HDSemaDecl.cpp14277 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprObjC.h31 SourceLocation AtLoc; variable
HDStmtObjC.h346 SourceLocation AtLoc; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1325 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl()
1816 ObjCCategoryDecl::ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, in ObjCCategoryDecl()
1832 SourceLocation AtLoc, in Create()
2054 SourceLocation AtLoc, in Create()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp823 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local