Searched defs:MethodKind (Results 1 – 4 of 4) sorted by relevance
21 pub enum MethodKind { enum
34 pub(crate) enum MethodKind { enum56 impl MethodKind { impl90 kind: MethodKind, in new()102 pub(crate) fn kind(&self) -> MethodKind { in kind()1235 pub(crate) fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor()
106 std::string MethodKind = in getMemberAttributes() local
268 enum class MethodKind : uint8_t { enum