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

/external/clang/lib/AST/
H A DASTDumper.cpp1979 if (Node->getAtIndexMethodDecl())
1980 Node->getAtIndexMethodDecl()->getSelector().print(OS);
H A DStmtProfile.cpp1207 VisitDecl(S->getAtIndexMethodDecl());
/external/clang/include/clang/AST/
H A DExprObjC.h836 ObjCMethodDecl *getAtIndexMethodDecl() const { function in class:clang::ObjCSubscriptRefExpr
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp171 refExpr->getObjectKind(),refExpr->getAtIndexMethodDecl(),
H A DTreeTransform.h9602 E->getAtIndexMethodDecl(),
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp970 Writer.AddDeclRef(E->getAtIndexMethodDecl(), Record);

Completed in 116 milliseconds