Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h854 ObjCMethodDecl *GetAtIndexMethodDecl; variable
865 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
890 return GetAtIndexMethodDecl; in getAtIndexMethodDecl()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1549 E->GetAtIndexMethodDecl = readDeclAs<ObjCMethodDecl>(); in VisitObjCMessageExpr()