Home
last modified time | relevance | path

Searched defs:interfaceType (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp405 AutoPtr<ASTInterfaceType> interfaceType = new ASTInterfaceType; in ParseInterface() local
1821 void Parser::ParseExtendsInfo(AutoPtr<ASTInterfaceType> &interfaceType) in ParseExtendsInfo()
1857 bool Parser::CheckExtendsName(AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsI… in CheckExtendsName()
1868AutoPtr<ASTInterfaceType> &interfaceType, const std::string &extendsName, AutoPtr<AST> extendsAst) in CheckExtendsVersion()
1884 void Parser::SetInterfaceVersion(AutoPtr<ASTInterfaceType> &interfaceType) in SetInterfaceVersion()