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);
153 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
156 doActionForExtensionProp(props, atLoc);
162 PropsTy &props, SourceLocation atLoc,
173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
177 return removeAssignForDefaultStrong(props, atLoc);
179 return rewriteAssign(props, atLoc);
181 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
185 void doActionForExtensionProp(PropsTy &props, SourceLocation 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 385 SourceLocation atLoc) {
386 if (atLoc.isMacroID())
392 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
468 SourceLocation atLoc) {
469 if (atLoc.isMacroID())
475 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
  /external/clang/lib/Parse/
ParseObjc.cpp 35 SourceLocation AtLoc = ConsumeToken(); // the "@"
46 return ParseObjCAtClassDeclaration(AtLoc);
49 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
54 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
57 return ParseObjCAtImplementationDeclaration(AtLoc);
59 return ParseObjCAtEndDeclaration(AtLoc);
61 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
64 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
67 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
71 return ParseModuleImport(AtLoc);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 705 void CheckNestedObjCContexts(SourceLocation AtLoc);
    [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 346 SourceLocation AtLoc;
348 ObjCAutoreleasePoolStmt(SourceLocation atLoc,
351 SubStmt(subStmt), AtLoc(atLoc) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 671 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
705 SourceLocation atLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
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 492 milliseconds