Home
last modified time | relevance | path

Searched refs:parsingInterface_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dparser.h109 AutoPtr<ASTInterfaceType> parsingInterface_; member in OHOS::Idl::Parser
H A Dparser.cpp186 parsingInterface_ = interface; in ParseInterfaceEnd()
548 if (parsingInterface_ != nullptr && in ParseType()
549 parsingInterface_->GetName().Equals(lexer_.GetIdentifier())) { in ParseType()
550 type = parsingInterface_.Get(); in ParseType()

Completed in 2 milliseconds