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.cpp130 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
138 rewriteProperty(props, atLoc);
148 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
151 doActionForExtensionProp(props, atLoc);
157 PropsTy &props, SourceLocation atLoc,
168 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
172 return removeAssignForDefaultStrong(props, atLoc);
174 return rewriteAssign(props, atLoc);
176 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
180 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { argument
156 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
189 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
[all...]
H A DTransforms.cpp390 SourceLocation atLoc) {
391 if (atLoc.isMacroID())
397 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
471 SourceLocation atLoc) {
472 if (atLoc.isMacroID())
478 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
388 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
470 addPropertyAttribute(StringRef attr, SourceLocation atLoc) argument
/external/clang/include/clang/AST/
H A DStmtObjC.h347 ObjCAutoreleasePoolStmt(SourceLocation atLoc, argument
350 SubStmt(subStmt), AtLoc(atLoc) {}
H A DDeclObjC.h771 SourceLocation atLoc,
2386 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
2391 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc),
2399 SourceLocation atLoc, SourceLocation L,
/external/clang/lib/AST/
H A DDeclObjC.cpp1131 SourceLocation atLoc,
1137 ObjCInterfaceDecl(C, DC, atLoc, Id, ClassLoc, PrevDecl, isInternal);
1839 SourceLocation atLoc,
1845 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1129 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1837 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.cpp101 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
126 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
1246 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, argument
1258 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, local
1285 SourceLocation atLoc) {
1326 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
1379 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
1655 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { argument
1672 return Actions.ActOnCompatibilityAlias(atLoc, aliasId, aliasLoc,
1687 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { argument
1283 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
1724 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, local
1741 ParseObjCPropertyDynamic(SourceLocation atLoc) argument
1760 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, local
1774 ParseObjCThrowStmt(SourceLocation atLoc) argument
1793 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
1852 ParseObjCTryStmt(SourceLocation atLoc) argument
1956 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp3105 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
3117 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
H A DTreeTransform.h1513 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument
1515 return getSema().ActOnObjCAtSynchronizedOperand(atLoc, object);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3198 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3209 InsertText(atLoc, "// ");
3215 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3216 InsertText(atLoc, "/* ");
3219 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3220 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 2954 milliseconds