HomeSort by relevance Sort by last modified time
    Searched refs:getAtLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 80 if (propI->getAtLoc().isInvalid())
82 PropsTy &props = AtProps[propI->getAtLoc().getRawEncoding()];
109 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
  /external/clang/include/clang/AST/
ExprObjC.h 43 SourceLocation getAtLoc() const { return AtLoc; }
78 SourceLocation getAtLoc() const { return AtLoc; }
119 SourceLocation getAtLoc() const { return AtLoc; }
159 SourceLocation getAtLoc() const { return AtLoc; }
    [all...]
StmtObjC.h 367 SourceLocation getAtLoc() const { return AtLoc; }
DeclObjC.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 761 Writer.AddSourceLocation(E->getAtLoc(), Record);
768 Writer.AddSourceLocation(E->getAtLoc(), Record);
776 Writer.AddSourceLocation(E->getAtLoc(), Record);
784 Writer.AddSourceLocation(E->getAtLoc(), Record);
895 Writer.AddSourceLocation(S->getAtLoc(), Record);
    [all...]
ASTWriterDecl.cpp 567 Writer.AddSourceLocation(D->getAtLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 451 AS->getAtLoc()));
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 96 milliseconds