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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
H A DTransProperties.cpp133 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
170 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { argument
146 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
[all...]
H A DTransforms.cpp380 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
462 addPropertyAttribute(StringRef attr, SourceLocation atLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h373 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) argument
H A DDeclObjC.h2785 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1480 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
2271 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp131 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
1866 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, argument
1878 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, AllIvarDecls, local
2282 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { argument
2310 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { argument
1904 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
2346 getCurScope(), atLoc, propertyLoc, true, local
2364 ParseObjCPropertyDynamic(SourceLocation atLoc) argument
2408 getCurScope(), atLoc, propertyLoc, false, local
2424 ParseObjCThrowStmt(SourceLocation atLoc) argument
2443 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
2502 ParseObjCTryStmt(SourceLocation atLoc) argument
2622 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3178 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3195 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3929 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
H A DTreeTransform.h2150 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument

Completed in 360 milliseconds