Searched defs:interfaceDef (Results 1 – 2 of 2) sorted by relevance
909 explicit InterfaceType(TypeExtractor *extractor, const ir::TSInterfaceDeclaration *interfaceDef, in InterfaceType()955 void FillHeritages(const ir::TSInterfaceDeclaration *interfaceDef) in FillHeritages()1017 void FillMembers(const ir::TSInterfaceDeclaration *interfaceDef) in FillMembers()
742 auto interfaceDef = node->AsTSInterfaceDeclaration(); in HandleInterfaceDeclaration() local