Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h859 ObjCMethodDecl *SetAtIndexMethodDecl; variable
874 SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
901 return SetAtIndexMethodDecl; in setAtIndexMethodDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1398 E->SetAtIndexMethodDecl = readDeclAs<ObjCMethodDecl>(); in VisitObjCSubscriptRefExpr()