Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h855 ObjCMethodDecl *SetAtIndexMethodDecl; variable
862 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
891 return SetAtIndexMethodDecl; in setAtIndexMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1513 E->SetAtIndexMethodDecl = readDeclAs<ObjCMethodDecl>(); in VisitObjCSubscriptRefExpr()