Home
last modified time | relevance | path

Searched refs:RecTyKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h62 enum RecTyKind { enum
73 RecTyKind Kind;
80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy()
83 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp149 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
158 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
171 RecTyKind Kind = RHS->getRecTyKind(); in typeIsConvertibleTo()