Home
last modified time | relevance | path

Searched refs:FindType (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast.cpp154 AutoPtr<ASTType> AST::FindType(const std::string &typeName, bool lookImports) in FindType() function in OHOS::HDI::AST
178 type = importPair.second->FindType(typeName, false); in FindType()
H A Dast.h134 AutoPtr<ASTType> FindType(const std::string &typeName, bool lookImports = true);
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp612 AutoPtr<ASTType> type = ast_->FindType("unsigned int"); in CreateGetVersionMethod()
822 type = ast_->FindType(token.value); in ParseBasicType()
840 type = ast_->FindType(namePrefix + " " + token.value); in ParseUnsignedType()
987 return ast_->FindType(token.value); in ParseUserDefType()
999 AutoPtr<ASTType> type = ast_->FindType(typeName); in ParseUserDefType()
1053 baseType = ast_->FindType("int"); in ParseEnumBaseType()

Completed in 7 milliseconds