HomeSort by: relevance | last modified time | path
    Searched defs:atLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProperties.cpp 132 SourceLocation atLoc = I->first;
140 rewriteProperty(props, atLoc);
146 PropsTy &props, SourceLocation atLoc,
157 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
161 return removeAssignForDefaultStrong(props, atLoc);
163 return rewriteAssign(props, atLoc);
165 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) {
180 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc);
187 return doPropAction(PropAction_AssignRemoved, props, atLoc);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 50 SourceLocation AtLoc = ConsumeToken(); // the "@"
61 return ParseObjCAtClassDeclaration(AtLoc);
63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, Attrs);
66 return ParseObjCAtProtocolDeclaration(AtLoc, Attrs);
68 return ParseObjCAtImplementationDeclaration(AtLoc, Attrs);
70 return ParseObjCAtEndDeclaration(AtLoc);
72 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
75 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
78 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
82 SingleDecl = ParseModuleImport(AtLoc);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 3183 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3194 InsertText(atLoc, "// ");
3200 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3201 InsertText(atLoc, "/* ");
3204 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3205 InsertText(atLoc, " */");

Completed in 20 milliseconds