HomeSort by relevance Sort by last modified time
    Searched defs:atLoc (Results 1 - 3 of 3) 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 49 SourceLocation AtLoc = ConsumeToken(); // the "@"
60 return ParseObjCAtClassDeclaration(AtLoc);
63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
68 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
71 return ParseObjCAtImplementationDeclaration(AtLoc);
73 return ParseObjCAtEndDeclaration(AtLoc);
75 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
78 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
81 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
85 return ParseModuleImport(AtLoc);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 86 milliseconds