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

  /external/clang/lib/AST/
StmtDumper.cpp 714 if (Node->setAtIndexMethodDecl())
715 OS << Node->setAtIndexMethodDecl()->getSelector().getAsString();
StmtProfile.cpp 1035 VisitDecl(S->setAtIndexMethodDecl());
  /external/clang/include/clang/AST/
ExprObjC.h 774 ObjCMethodDecl *SetAtIndexMethodDecl;
790 SetAtIndexMethodDecl(setMethod)
824 ObjCMethodDecl *setAtIndexMethodDecl() const {
825 return SetAtIndexMethodDecl;
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 150 refExpr->setAtIndexMethodDecl(),
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 886 Writer.AddDeclRef(E->setAtIndexMethodDecl(), Record);
    [all...]

Completed in 623 milliseconds