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

/external/clang/lib/ARCMigrate/
H A DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
120 SourceLocation atLoc);
121 bool addPropertyAttribute(StringRef attr, SourceLocation atLoc);
H A DTransProperties.cpp131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
139 rewriteProperty(props, atLoc);
153 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
156 doActionForExtensionProp(props, atLoc);
162 PropsTy &props, SourceLocation atLoc,
173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
177 return removeAssignForDefaultStrong(props, atLoc);
179 return rewriteAssign(props, atLoc);
181 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
185 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { argument
161 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
194 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
[all...]
H A DTransforms.cpp385 SourceLocation atLoc) {
386 if (atLoc.isMacroID())
392 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
468 SourceLocation atLoc) {
469 if (atLoc.isMacroID())
475 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
383 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
467 addPropertyAttribute(StringRef attr, SourceLocation atLoc) argument
/external/clang/include/clang/AST/
H A DStmtObjC.h348 ObjCAutoreleasePoolStmt(SourceLocation atLoc, argument
351 SubStmt(subStmt), AtLoc(atLoc) {}
H A DDeclObjC.h671 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
705 SourceLocation atLoc,
2167 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
2172 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc),
2180 SourceLocation atLoc, SourceLocation L,
/external/clang/lib/AST/
H A DDeclObjC.cpp1009 SourceLocation atLoc,
1014 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
1032 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, argument
1035 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1709 SourceLocation atLoc,
1715 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1007 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1707 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.cpp89 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
115 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
1254 SourceLocation atLoc) {
1347 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, local
1606 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { argument
1624 return Actions.ActOnCompatibilityAlias(atLoc, aliasId, aliasLoc,
1639 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { argument
1678 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, local
1695 Decl *Parser::ParseObjCPropertyDynamic(SourceLocation atLoc) { argument
1714 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLo local
1252 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
1728 ParseObjCThrowStmt(SourceLocation atLoc) argument
1747 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
1806 ParseObjCTryStmt(SourceLocation atLoc) argument
1910 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp2668 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
2680 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
H A DTreeTransform.h1252 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument
1254 return getSema().ActOnObjCAtSynchronizedOperand(atLoc, object);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3244 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3255 InsertText(atLoc, "// ");
3261 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3262 InsertText(atLoc, "/* ");
3265 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3266 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 1111 milliseconds