Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.h41 struct DeclarationFlags { struct
43 bool isTopLevel;
44 bool isLocal;
45 bool isNamespace;
48 [[nodiscard]] bool IsValid() const noexcept in IsValid()
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h167 enum class DeclarationFlags : uint8_t { enum