Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h778 ObjCMethodDecl *SetAtIndexMethodDecl; variable
794 SetAtIndexMethodDecl(setMethod) in ObjCSubscriptRefExpr()
829 return SetAtIndexMethodDecl; in setAtIndexMethodDecl()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp931 E->SetAtIndexMethodDecl = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCSubscriptRefExpr()