Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp47 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 DParser.cpp860 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local
1870 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { in ParseModuleImport()
H A DParseExpr.cpp131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt()
1245 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
H A DParseStmt.cpp162 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp225 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 DSemaObjCProperty.cpp138 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 DSemaExprObjC.cpp83 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 DSemaStmt.cpp3123 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 DTreeTransform.h1273 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 DSemaDeclObjC.cpp627 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
H A DSemaDecl.cpp13798 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, in ActOnModuleImport()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h31 SourceLocation AtLoc; variable
H A DStmtObjC.h345 SourceLocation AtLoc; variable
H A DDeclObjC.h1741 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCContainerDecl() argument
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1171 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 DAsmParser.cpp805 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local