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.h64 enum RecTyKind { enum
75 RecTyKind Kind;
83 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy()
86 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp184 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
193 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
206 RecTyKind Kind = RHS->getRecTyKind(); in typeIsConvertibleTo()