Searched defs:interfaceDef (Results 1 – 2 of 2) sorted by relevance
722 explicit InterfaceType(TypeExtractor *extractor, const ir::TSInterfaceDeclaration *interfaceDef, in InterfaceType()754 void FillHeritages(const ir::TSInterfaceDeclaration *interfaceDef) in FillHeritages()805 void FillFieldsandMethods(const ir::TSInterfaceDeclaration *interfaceDef) in FillFieldsandMethods()
598 auto interfaceDef = node->AsTSInterfaceDeclaration(); in HandleInterfaceDeclaration() local