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

  /external/clang/lib/AST/
StmtDumper.cpp 705 if (Node->getAtIndexMethodDecl())
706 OS << Node->getAtIndexMethodDecl()->getSelector().getAsString();
StmtProfile.cpp 1034 VisitDecl(S->getAtIndexMethodDecl());
  /external/clang/include/clang/AST/
ExprObjC.h 770 ObjCMethodDecl *GetAtIndexMethodDecl;
789 GetAtIndexMethodDecl(getMethod),
820 ObjCMethodDecl *getAtIndexMethodDecl() const {
821 return GetAtIndexMethodDecl;
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 149 refExpr->getObjectKind(),refExpr->getAtIndexMethodDecl(),
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 885 Writer.AddDeclRef(E->getAtIndexMethodDecl(), Record);
    [all...]

Completed in 415 milliseconds