Searched refs:atLoc (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
142 rewriteProperty(props, atLoc);
148 PropsTy &props, SourceLocation atLoc,
159 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
163 return removeAssignForDefaultStrong(props, atLoc);
165 return rewriteAssign(props, atLoc);
167 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
171 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { argument
182 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc);
189 return doPropAction(PropAction_AssignRemoved, props, atLoc);
147 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
[all...]
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 DTransforms.cpp386 SourceLocation atLoc) {
387 if (atLoc.isMacroID())
393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
467 SourceLocation atLoc) {
468 if (atLoc.isMacroID())
474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
384 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
466 addPropertyAttribute(StringRef attr, SourceLocation atLoc) argument
/external/clang/lib/Parse/
H A DParseObjc.cpp132 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
162 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
1884 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, argument
1896 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, local
1923 SourceLocation atLoc) {
1964 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
2005 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
2306 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { argument
2323 return Actions.ActOnCompatibilityAlias(atLoc, aliasId, aliasLoc,
2338 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { argument
1921 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
2376 getCurScope(), atLoc, propertyLoc, true, local
2394 ParseObjCPropertyDynamic(SourceLocation atLoc) argument
2439 getCurScope(), atLoc, propertyLoc, false, local
2455 ParseObjCThrowStmt(SourceLocation atLoc) argument
2474 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
2533 ParseObjCTryStmt(SourceLocation atLoc) argument
2637 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1275 DeclGroupPtrTy ParseObjCAtClassDeclaration(SourceLocation atLoc);
1285 void HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc,
1291 SourceLocation atLoc);
1341 DeclGroupPtrTy ParseObjCAtProtocolDeclaration(SourceLocation atLoc,
1369 Decl *ParseObjCAtAliasDeclaration(SourceLocation atLoc);
1370 Decl *ParseObjCPropertySynthesize(SourceLocation atLoc);
1371 Decl *ParseObjCPropertyDynamic(SourceLocation atLoc);
1775 StmtResult ParseObjCAtStatement(SourceLocation atLoc);
1776 StmtResult ParseObjCTryStmt(SourceLocation atLoc);
1777 StmtResult ParseObjCThrowStmt(SourceLocation atLoc);
[all...]
/external/clang/include/clang/AST/
H A DStmtObjC.h350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) argument
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
H A DDeclObjC.h1199 SourceLocation atLoc,
2686 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
2691 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc),
2699 SourceLocation atLoc, SourceLocation L,
/external/clang/lib/AST/
H A DDeclObjC.cpp1386 SourceLocation atLoc,
1393 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl,
2190 SourceLocation atLoc,
2196 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1384 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
2188 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/external/clang/lib/Sema/
H A DSemaStmt.cpp3477 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
3490 if (RequireCompleteType(atLoc, type,
3492 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
3497 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
3502 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
H A DTreeTransform.h1812 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument
1814 return getSema().ActOnObjCAtSynchronizedOperand(atLoc, object);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3170 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3181 InsertText(atLoc, "// ");
3187 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3188 InsertText(atLoc, "/* ");
3191 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3192 InsertText(atLoc, " */");
/external/clang/include/clang/Sema/
H A DSema.h3536 ExprResult ActOnObjCAtSynchronizedOperand(SourceLocation 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 352 milliseconds