Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Parse/
H A DParseObjc.cpp132 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { in ParseObjCAtClassDeclaration()
1884 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, in HelperActionsForIvarDeclarations()
1923 SourceLocation atLoc) { in ParseObjCClassInstanceVariables()
2306 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { in ParseObjCAtAliasDeclaration()
2338 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { in ParseObjCPropertySynthesize()
2394 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { in ParseObjCPropertyDynamic()
2455 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) { in ParseObjCThrowStmt()
2474 Parser::ParseObjCSynchronizedStmt(SourceLocation atLoc) { in ParseObjCSynchronizedStmt()
2533 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) { in ParseObjCTryStmt()
2637 Parser::ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) { in ParseObjCAutoreleasePoolStmt()
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); in doTransform() local
148 PropsTy &props, SourceLocation atLoc, in doPropAction()
171 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
H A DTransforms.cpp386 SourceLocation atLoc) { in rewritePropertyAttribute()
467 SourceLocation atLoc) { in addPropertyAttribute()
H A DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { in removePropertyAttribute()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtObjC.h350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
H A DDeclObjC.h2686 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtObjC.h399 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
DDeclObjC.h2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtObjC.h399 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
DDeclObjC.h2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtObjC.h399 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
DDeclObjC.h2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtObjC.h398 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt()
DDeclObjC.h2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl()
/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp1386 SourceLocation atLoc, in Create()
2190 SourceLocation atLoc, in Create()
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3170 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
3187 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); in RewriteObjCInternalStruct() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp3477 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
H A DTreeTransform.h1812 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, in RebuildObjCAtSynchronizedOperand()