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

/external/clang/lib/ARCMigrate/
H A DTransforms.h115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 SourceLocation atLoc);
120 bool addPropertyAttribute(StringRef attr, SourceLocation atLoc);
H A DTransProperties.cpp131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
139 rewriteProperty(props, atLoc);
151 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
154 doActionForExtensionProp(props, atLoc);
160 PropsTy &props, SourceLocation atLoc,
171 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
175 return removeAssignForDefaultStrong(props, atLoc);
177 return rewriteAssign(props, atLoc);
179 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
183 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { argument
159 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
192 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
[all...]
H A DTransforms.cpp324 SourceLocation atLoc) {
325 if (atLoc.isMacroID())
331 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
407 SourceLocation atLoc) {
408 if (atLoc.isMacroID())
414 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
322 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
406 addPropertyAttribute(StringRef attr, SourceLocation atLoc) argument
/external/clang/include/clang/AST/
H A DStmtObjC.h352 ObjCAutoreleasePoolStmt(SourceLocation atLoc, argument
355 SubStmt(subStmt), AtLoc(atLoc) {}
H A DDeclObjC.h602 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
633 SourceLocation atLoc,
1920 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
1925 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc),
1933 SourceLocation atLoc, SourceLocation L,
/external/clang/lib/AST/
H A DDeclObjC.cpp690 SourceLocation atLoc,
695 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
709 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, argument
712 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1303 SourceLocation atLoc,
1309 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
688 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1301 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/external/clang/lib/Parse/
H A DParseObjc.cpp87 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
113 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
1245 SourceLocation atLoc) {
1340 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, local
1593 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { argument
1611 return Actions.ActOnCompatiblityAlias(atLoc, aliasId, aliasLoc,
1626 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { argument
1665 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, local
1682 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { argument
1701 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLo local
1243 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
1715 ParseObjCThrowStmt(SourceLocation atLoc) argument
1734 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
1793 ParseObjCTryStmt(SourceLocation atLoc) argument
1897 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp2466 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
2478 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
H A DTreeTransform.h1240 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument
1242 return getSema().ActOnObjCAtSynchronizedOperand(atLoc, object);
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp3245 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3256 InsertText(atLoc, "// ");
3262 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3263 InsertText(atLoc, "/* ");
3266 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3267 InsertText(atLoc, " */");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 146 milliseconds