Lines Matching defs:methodDef
207 void TSDeclGen::ProcessClassMethodDependencies(const ir::MethodDefinition *methodDef) in ProcessClassMethodDependencies()
261 void TSDeclGen::ProcessInterfaceMethodDependencies(const ir::MethodDefinition *methodDef) in ProcessInterfaceMethodDependencies()
588 const ir::MethodDefinition *methodDef) in GetFuncSignature()
663 …unctionType(const checker::ETSFunctionType *etsFunctionType, const ir::MethodDefinition *methodDef) in GenFunctionType()
1678 void TSDeclGen::ProcessInterfaceMethodDefinition(const ir::MethodDefinition *methodDef) in ProcessInterfaceMethodDefinition()
1700 bool TSDeclGen::GenInterfaceProp(const ir::MethodDefinition *methodDef) in GenInterfaceProp()
1739 void TSDeclGen::ProcessMethodDefinition(const ir::MethodDefinition *methodDef, in ProcessMethodDefinition()
2034 bool TSDeclGen::ShouldSkipMethodDeclaration(const ir::MethodDefinition *methodDef) in ShouldSkipMethodDeclaration()
2079 void TSDeclGen::GenMethodDeclaration(const ir::MethodDefinition *methodDef) in GenMethodDeclaration()
2100 bool TSDeclGen::GenMethodDeclarationPrefix(const ir::MethodDefinition *methodDef, const ir::Identif… in GenMethodDeclarationPrefix()
2142 void TSDeclGen::GenMethodSignature(const ir::MethodDefinition *methodDef, const ir::Identifier *met… in GenMethodSignature()