Searched defs:DeclarationFlags (Results 1 – 2 of 2) sorted by relevance
41 struct DeclarationFlags { struct43 bool isTopLevel;44 bool isLocal;45 bool isNamespace;48 [[nodiscard]] bool IsValid() const noexcept in IsValid()
167 enum class DeclarationFlags : uint8_t { enum