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 131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
139 rewriteProperty(props, atLoc);
151 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
154 doActionForExtensionProp(props, atLoc);
160 PropsTy &props, SourceLocation atLoc,
171 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
175 return removeAssignForDefaultStrong(props, atLoc);
177 return rewriteAssign(props, atLoc);
179 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
183 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) {
    [all...]
Transforms.h 115 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) {
116 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 SourceLocation atLoc);
120 bool addPropertyAttribute(StringRef attr, SourceLocation atLoc);
Transforms.cpp 324 SourceLocation atLoc) {
325 if (atLoc.isMacroID())
331 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
407 SourceLocation atLoc) {
408 if (atLoc.isMacroID())
414 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
  /external/clang/lib/Parse/
ParseObjc.cpp 33 SourceLocation AtLoc = ConsumeToken(); // the "@"
44 return ParseObjCAtClassDeclaration(AtLoc);
47 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
52 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
55 return ParseObjCAtImplementationDeclaration(AtLoc);
57 return ParseObjCAtEndDeclaration(AtLoc);
59 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
62 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
65 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
69 return ParseModuleImport(AtLoc);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 715 void CheckNestedObjCContexts(SourceLocation AtLoc);
    [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 350 SourceLocation AtLoc;
352 ObjCAutoreleasePoolStmt(SourceLocation atLoc,
355 SubStmt(subStmt), AtLoc(atLoc) {}
365 return SourceRange(AtLoc, SubStmt->getLocEnd());
368 SourceLocation getAtLoc() const { return AtLoc; }
369 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 602 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
633 SourceLocation atLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 690 SourceLocation atLoc,
695 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
709 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
712 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [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 347 milliseconds