/llvm-project/clang/lib/ARCMigrate/ |
H A 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()
|
H A D | Transforms.h | 115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
|
H A D | Transforms.cpp | 381 SourceLocation atLoc) { in rewritePropertyAttribute() 462 SourceLocation atLoc) { in addPropertyAttribute()
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 150 ParseObjCAtClassDeclaration(SourceLocation atLoc) ParseObjCAtClassDeclaration() argument 1911 HelperActionsForIvarDeclarations(ObjCContainerDecl * interfaceDecl,SourceLocation atLoc,BalancedDelimiterTracker & T,SmallVectorImpl<Decl * > & AllIvarDecls,bool RBraceMissing) HelperActionsForIvarDeclarations() argument 1950 ParseObjCClassInstanceVariables(ObjCContainerDecl * interfaceDecl,tok::ObjCKeywordKind visibility,SourceLocation atLoc) ParseObjCClassInstanceVariables() argument 2347 ParseObjCAtAliasDeclaration(SourceLocation atLoc) ParseObjCAtAliasDeclaration() argument 2375 ParseObjCPropertySynthesize(SourceLocation atLoc) ParseObjCPropertySynthesize() argument 2430 ParseObjCPropertyDynamic(SourceLocation atLoc) ParseObjCPropertyDynamic() argument 2491 ParseObjCThrowStmt(SourceLocation atLoc) ParseObjCThrowStmt() argument 2510 ParseObjCSynchronizedStmt(SourceLocation atLoc) ParseObjCSynchronizedStmt() argument 2571 ParseObjCTryStmt(SourceLocation atLoc) ParseObjCTryStmt() argument 2691 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) ParseObjCAutoreleasePoolStmt() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 399 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
|
H A D | DeclObjC.h | 2839 ObjCPropertyImplDecl(DeclContext * DC,SourceLocation atLoc,SourceLocation L,ObjCPropertyDecl * property,Kind PK,ObjCIvarDecl * ivarDecl,SourceLocation ivarLoc) ObjCPropertyImplDecl() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1543 Create(const ASTContext & C,DeclContext * DC,SourceLocation atLoc,const IdentifierInfo * Id,ObjCTypeParamList * typeParamList,ObjCInterfaceDecl * PrevDecl,SourceLocation ClassLoc,bool isInternal) Create() argument 2386 Create(ASTContext & C,DeclContext * DC,SourceLocation atLoc,SourceLocation L,ObjCPropertyDecl * property,Kind PK,ObjCIvarDecl * ivar,SourceLocation ivarLoc) Create() argument
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3171 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); RewriteObjCInternalStruct() local 3188 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); RewriteObjCInternalStruct() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 286 ActOnObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * operand) ActOnObjCAtSynchronizedOperand() argument
|
H A D | TreeTransform.h | 2493 RebuildObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * object) RebuildObjCAtSynchronizedOperand() argument
|