HomeSort by relevance Sort by last modified time
    Searched defs:atLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 134 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
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) {
182 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc);
189 return doPropAction(PropAction_AssignRemoved, props, atLoc);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 48 SourceLocation AtLoc = ConsumeToken(); // the "@"
59 return ParseObjCAtClassDeclaration(AtLoc);
62 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
67 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
70 return ParseObjCAtImplementationDeclaration(AtLoc);
72 return ParseObjCAtEndDeclaration(AtLoc);
74 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
77 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
80 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
84 return ParseModuleImport(AtLoc);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 613 milliseconds