| /external/llvm-project/clang/lib/ARCMigrate/ |
| D | TransProperties.cpp | 132 SourceLocation atLoc = I->first; in doTransform() local 146 PropsTy &props, SourceLocation atLoc, in doPropAction() 169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
|
| D | Transforms.cpp | 382 SourceLocation atLoc) { in rewritePropertyAttribute() 463 SourceLocation atLoc) { in addPropertyAttribute()
|
| D | Transforms.h | 115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
|
| /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/llvm-project/clang/lib/Parse/ |
| D | ParseObjc.cpp | 131 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration() 1865 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() 1905 SourceLocation atLoc) { in ParseObjCClassInstanceVariables() 2281 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration() 2309 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize() 2363 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic() 2423 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt() 2442 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt() 2501 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt() 2621 Parser::ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) { in ParseObjCAutoreleasePoolStmt()
|
| /external/clang/lib/Parse/ |
| D | ParseObjc.cpp | 132 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration() 1884 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations() 1923 SourceLocation atLoc) { in ParseObjCClassInstanceVariables() 2306 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration() 2338 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize() 2394 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic() 2455 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt() 2474 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt() 2533 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt() 2637 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 | 2686 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | StmtObjC.h | 373 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
|
| D | DeclObjC.h | 2800 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
|
| /external/clang/lib/AST/ |
| D | DeclObjC.cpp | 1386 SourceLocation atLoc, in Create() 2190 SourceLocation atLoc, in Create()
|
| /external/llvm-project/clang/lib/AST/ |
| D | DeclObjC.cpp | 1494 SourceLocation atLoc, in Create() 2306 SourceLocation atLoc, in Create()
|
| /external/clang/lib/Frontend/Rewrite/ |
| D | RewriteObjC.cpp | 3170 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local 3187 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
|
| /external/llvm-project/clang/lib/Frontend/Rewrite/ |
| D | RewriteObjC.cpp | 3183 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local 3200 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 3477 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
|
| D | TreeTransform.h | 1812 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaStmt.cpp | 3974 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
|
| D | TreeTransform.h | 2161 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()
|