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 131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
139 rewriteProperty(props, atLoc);
153 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
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) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 35 SourceLocation AtLoc = ConsumeToken(); // the "@"
46 return ParseObjCAtClassDeclaration(AtLoc);
49 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
54 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
57 return ParseObjCAtImplementationDeclaration(AtLoc);
59 return ParseObjCAtEndDeclaration(AtLoc);
61 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
64 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
67 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
71 return ParseModuleImport(AtLoc);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
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 137 milliseconds