Home
last modified time | relevance | path

Searched refs:setSelfDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1131 setSelfDecl(Self); in createImplicitParams()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h415 void setSelfDecl(ImplicitParamDecl *SD) { SelfDecl = SD; } in setSelfDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1002 MD->setSelfDecl(ReadDeclAs<ImplicitParamDecl>()); in VisitObjCMethodDecl()