Home
last modified time | relevance | path

Searched refs:GetAtIndexMethodDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h774 ObjCMethodDecl *GetAtIndexMethodDecl; variable
793 GetAtIndexMethodDecl(getMethod), in ObjCSubscriptRefExpr()
825 return GetAtIndexMethodDecl; in getAtIndexMethodDecl()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp930 E->GetAtIndexMethodDecl = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCSubscriptRefExpr()