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 130 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
138 rewriteProperty(props, atLoc);
148 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first);
151 doActionForExtensionProp(props, atLoc);
157 PropsTy &props, SourceLocation atLoc,
168 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
172 return removeAssignForDefaultStrong(props, atLoc);
174 return rewriteAssign(props, atLoc);
176 return maybeAddWeakOrUnsafeUnretainedAttr(props, atLoc);
180 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 390 SourceLocation atLoc) {
391 if (atLoc.isMacroID())
397 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
471 SourceLocation atLoc) {
472 if (atLoc.isMacroID())
478 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
  /external/clang/lib/Parse/
ParseObjc.cpp 47 SourceLocation AtLoc = ConsumeToken(); // the "@"
58 return ParseObjCAtClassDeclaration(AtLoc);
61 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
66 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
69 return ParseObjCAtImplementationDeclaration(AtLoc);
71 return ParseObjCAtEndDeclaration(AtLoc);
73 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
76 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
79 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
83 return ParseModuleImport(AtLoc);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 825 void CheckNestedObjCContexts(SourceLocation AtLoc);
    [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 345 SourceLocation AtLoc;
347 ObjCAutoreleasePoolStmt(SourceLocation atLoc,
350 SubStmt(subStmt), AtLoc(atLoc) {}
359 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
362 SourceLocation getAtLoc() const { return AtLoc; }
363 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 737 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc,
771 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 317 milliseconds