Home
last modified time | relevance | path

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

/freebsd/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.cpp381 SourceLocation atLoc) { in rewritePropertyAttribute()
462 SourceLocation atLoc) { in addPropertyAttribute()
H A DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp150 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration()
1911 ObjCContainerDecl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1950 SourceLocation atLoc) { in ParseObjCClassInstanceVariables()
2347 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration()
2375 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize()
2430 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic()
2491 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt()
2510 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt()
2571 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt()
2691 Parser::ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) { in ParseObjCAutoreleasePoolStmt()
/freebsd/contrib/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, in ObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1543 const ASTContext &C, DeclContext *DC, SourceLocation atLoc, in Create()
2386 SourceLocation atLoc, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp286 ExprResult SemaObjC::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, in ActOnObjCAtSynchronizedOperand()
H A DTreeTransform.h2493 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()