Searched defs:atLoc (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform() local 148 PropsTy &props, SourceLocation atLoc, in doPropAction() 171 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
|
D | Transforms.cpp | 386 SourceLocation atLoc) { in rewritePropertyAttribute() 467 SourceLocation atLoc) { in addPropertyAttribute()
|
D | Transforms.h | 116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 127 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration() 1859 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() 1898 SourceLocation atLoc) { in ParseObjCClassInstanceVariables() 2282 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration() 2314 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize() 2368 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic() 2401 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt() 2420 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt() 2479 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt() 2583 Parser::ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) { in ParseObjCAutoreleasePoolStmt()
|
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
|
D | DeclObjC.h | 2634 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1352 SourceLocation atLoc, in Create() 2135 SourceLocation atLoc, in Create()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3178 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local 3195 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3404 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
|
D | TreeTransform.h | 1739 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()
|