Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp132 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 DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
H A DTransforms.cpp381 SourceLocation atLoc) { in rewritePropertyAttribute()
462 SourceLocation atLoc) { in addPropertyAttribute()
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp150 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 DStmtObjC.h399 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
H A DDeclObjC.h2839 ObjCPropertyImplDecl(DeclContext * DC,SourceLocation atLoc,SourceLocation L,ObjCPropertyDecl * property,Kind PK,ObjCIvarDecl * ivarDecl,SourceLocation ivarLoc) ObjCPropertyImplDecl() argument
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1543 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 DRewriteObjC.cpp3171 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); RewriteObjCInternalStruct() local
3188 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); RewriteObjCInternalStruct() local
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp286 ActOnObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * operand) ActOnObjCAtSynchronizedOperand() argument
H A DTreeTransform.h2493 RebuildObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * object) RebuildObjCAtSynchronizedOperand() argument