Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h852 ObjCMethodDecl *SetAtIndexMethodDecl; variable
859 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
888 return SetAtIndexMethodDecl; in setAtIndexMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1569 E->SetAtIndexMethodDecl = readDeclAs<ObjCMethodDecl>(); in VisitObjCSubscriptRefExpr()