Home
last modified time | relevance | path

Searched refs:integerType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.cpp26 integerType_ = new ASTIntegerType(); in ASTModule()
37 types_["int"] = integerType_.Get(); in ASTModule()
H A Dast_module.h137 AutoPtr<ASTIntegerType> integerType_; variable