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 130 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
138 rewriteProperty(props, atLoc);
148 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
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) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 47 SourceLocation AtLoc = ConsumeToken(); // the "@"
58 return ParseObjCAtClassDeclaration(AtLoc);
61 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
66 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
69 return ParseObjCAtImplementationDeclaration(AtLoc);
71 return ParseObjCAtEndDeclaration(AtLoc);
73 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
76 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
79 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
83 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 158 milliseconds