Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransProperties.cpp131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform() local
151 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform() local
160 PropsTy &props, SourceLocation atLoc, in doPropAction()
183 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { in doActionForExtensionProp()
192 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
DTransforms.cpp375 SourceLocation atLoc) { in rewritePropertyAttribute()
458 SourceLocation atLoc) { in addPropertyAttribute()
/external/clang/lib/Parse/
DParseObjc.cpp87 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration()
1249 SourceLocation atLoc) { in ParseObjCClassInstanceVariables()
1601 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration()
1634 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize()
1690 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic()
1723 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt()
1742 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt()
1801 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt()
1905 Parser::ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) { in ParseObjCAutoreleasePoolStmt()
/external/clang/lib/AST/
DDeclObjC.cpp716 SourceLocation atLoc, in Create()
735 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, in ObjCInterfaceDecl()
1323 SourceLocation atLoc, in Create()
/external/clang/include/clang/AST/
DStmtObjC.h352 ObjCAutoreleasePoolStmt(SourceLocation atLoc, in ObjCAutoreleasePoolStmt()
DDeclObjC.h1930 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3257 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
3274 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
/external/clang/lib/Sema/
DSemaStmt.cpp2600 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
DTreeTransform.h1243 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()