Searched refs:MethodDecl (Results 1 – 3 of 3) sorted by relevance
225 class MethodDecl : public Decl {227 explicit MethodDecl(util::StringView name) : Decl(name) {} in MethodDecl() function
38 _(METHOD, MethodDecl) \
1373 …propVar = isMethod ? binder::Scope::CreateVar<binder::MethodDecl>(Allocator(), propName, flags, no… in CreateTSVariableForProperty()