Searched defs:TypeInfo (Results 1 – 8 of 8) sorted by relevance
47 struct TypeInfo { struct63 struct TypeInfo const *rtti_ptr; argument
15 TypeInfo = Struct.new(:name, :value, :type, :unwrap, :wrap, keyword_init: true) do constant
46 struct TypeInfo { struct52 TypeInfo(CandidateOrTypeKind kind, const ir::AstNode *symbol) : kind_(kind), symbol_(symbol) {} in TypeInfo() argument71 TypeInfo() = default; argument
81 ### TypeInfo subsection
97 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() function127 constexpr explicit TypeInfo(TypeId type) : typeId_(type) {} in TypeInfo() function
25 class TypeInfo; variable
31 TEST(Operands, TypeInfo) in TEST() argument
24 enum class TypeInfo { enum