HomeSort by relevance Sort by last modified time
    Searched refs:atLoc (Results 1 - 13 of 13) 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...]
Transforms.h 116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) {
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
120 SourceLocation atLoc);
121 bool addPropertyAttribute(StringRef attr, SourceLocation atLoc);
Transforms.cpp 386 SourceLocation atLoc) {
387 if (atLoc.isMacroID())
393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
467 SourceLocation atLoc) {
468 if (atLoc.isMacroID())
474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
  /external/clang/include/clang/Parse/
Parser.h 836 void CheckNestedObjCContexts(SourceLocation AtLoc);
    [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h     [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/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [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 657 milliseconds