Home
last modified time | relevance | path

Searched defs:atLoc (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProperties.cpp130 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform() local
148 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform() local
157 PropsTy &props, SourceLocation atLoc, in doPropAction()
180 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { in doActionForExtensionProp()
189 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
DTransforms.cpp390 SourceLocation atLoc) { in rewritePropertyAttribute()
471 SourceLocation atLoc) { in addPropertyAttribute()
/external/clang/lib/Parse/
DParseObjc.cpp101 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration()
1246 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1285 SourceLocation atLoc) { in ParseObjCClassInstanceVariables()
1655 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration()
1687 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize()
1741 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic()
1774 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt()
1793 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt()
1852 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt()
1956 Parser::ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) { in ParseObjCAutoreleasePoolStmt()
/external/clang/include/clang/AST/
DStmtObjC.h347 ObjCAutoreleasePoolStmt(SourceLocation atLoc, in ObjCAutoreleasePoolStmt()
DDeclObjC.h2386 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/external/clang/lib/AST/
DDeclObjC.cpp1131 SourceLocation atLoc, in Create()
1839 SourceLocation atLoc, in Create()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3198 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
3215 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
/external/clang/lib/Sema/
DSemaStmt.cpp3105 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
DTreeTransform.h1513 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()