Home
last modified time | relevance | path

Searched refs:IMPORT (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h55 IMPORT, // "import" member in OHOS::Idl::TokenType
H A Dlexer.cpp50 {"import", TokenType::IMPORT },
/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py28 IMPORT = 3 variable in TokenType
69 "import": TokenType.IMPORT,
340 elif cur_token_type == TokenType.IMPORT:
371 if cur_token_type == TokenType.IMPORT:
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.cpp199 if (token.kind != TokenType::IMPORT) { in ParseImports()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp121 case TokenType::IMPORT: in ParseFile()
300 if (kind == TokenType::IMPORT) { in ParseImports()

Completed in 6 milliseconds