/freebsd-src/contrib/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.cpp | 380 rewritePropertyAttribute(StringRef fromAttr,StringRef toAttr,SourceLocation atLoc) rewritePropertyAttribute() argument 461 addPropertyAttribute(StringRef attr,SourceLocation atLoc) addPropertyAttribute() argument
|
H A D | Transforms.h | 115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 148 ParseObjCAtClassDeclaration(SourceLocation atLoc) ParseObjCAtClassDeclaration() argument 1921 HelperActionsForIvarDeclarations(ObjCContainerDecl * interfaceDecl,SourceLocation atLoc,BalancedDelimiterTracker & T,SmallVectorImpl<Decl * > & AllIvarDecls,bool RBraceMissing) HelperActionsForIvarDeclarations() argument 1960 ParseObjCClassInstanceVariables(ObjCContainerDecl * interfaceDecl,tok::ObjCKeywordKind visibility,SourceLocation atLoc) ParseObjCClassInstanceVariables() argument 2351 ParseObjCAtAliasDeclaration(SourceLocation atLoc) ParseObjCAtAliasDeclaration() argument 2379 ParseObjCPropertySynthesize(SourceLocation atLoc) ParseObjCPropertySynthesize() argument 2433 ParseObjCPropertyDynamic(SourceLocation atLoc) ParseObjCPropertyDynamic() argument 2493 ParseObjCThrowStmt(SourceLocation atLoc) ParseObjCThrowStmt() argument 2512 ParseObjCSynchronizedStmt(SourceLocation atLoc) ParseObjCSynchronizedStmt() argument 2571 ParseObjCTryStmt(SourceLocation atLoc) ParseObjCTryStmt() argument 2692 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) ParseObjCAutoreleasePoolStmt() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 398 ObjCAutoreleasePoolStmt(SourceLocation atLoc,Stmt * subStmt) ObjCAutoreleasePoolStmt() argument
|
H A D | DeclObjC.h | 2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1544 Create(const ASTContext & C,DeclContext * DC,SourceLocation atLoc,IdentifierInfo * Id,ObjCTypeParamList * typeParamList,ObjCInterfaceDecl * PrevDecl,SourceLocation ClassLoc,bool isInternal) Create() argument 2403 Create(ASTContext & C,DeclContext * DC,SourceLocation atLoc,SourceLocation L,ObjCPropertyDecl * property,Kind PK,ObjCIvarDecl * ivar,SourceLocation ivarLoc) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3171 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local 3188 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4309 ActOnObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * operand) ActOnObjCAtSynchronizedOperand() argument
|
H A D | TreeTransform.h | 2465 RebuildObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * object) RebuildObjCAtSynchronizedOperand() argument
|