Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.cpp380 rewritePropertyAttribute(StringRef fromAttr,StringRef toAttr,SourceLocation atLoc) rewritePropertyAttribute() argument
461 addPropertyAttribute(StringRef attr,SourceLocation atLoc) addPropertyAttribute() argument
H A DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp148 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 DStmtObjC.h398 ObjCAutoreleasePoolStmt(SourceLocation atLoc,Stmt * subStmt) ObjCAutoreleasePoolStmt() argument
H A DDeclObjC.h2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1544 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 DRewriteObjC.cpp3171 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 DSemaStmt.cpp4309 ActOnObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * operand) ActOnObjCAtSynchronizedOperand() argument
H A DTreeTransform.h2465 RebuildObjCAtSynchronizedOperand(SourceLocation atLoc,Expr * object) RebuildObjCAtSynchronizedOperand() argument