Searched refs:setAtIndexMethodDecl (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp1988 if (Node->setAtIndexMethodDecl())
1989 Node->setAtIndexMethodDecl()->getSelector().print(OS);
H A DStmtProfile.cpp1208 VisitDecl(S->setAtIndexMethodDecl());
/external/clang/include/clang/AST/
H A DExprObjC.h840 ObjCMethodDecl *setAtIndexMethodDecl() const { function in class:clang::ObjCSubscriptRefExpr
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp172 refExpr->setAtIndexMethodDecl(),
H A DTreeTransform.h9603 E->setAtIndexMethodDecl());
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp971 Writer.AddDeclRef(E->setAtIndexMethodDecl(), Record);

Completed in 824 milliseconds