Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
DRecord.h59 enum RecTyKind { enum
70 RecTyKind Kind;
75 RecTy(RecTyKind K) : Kind(K) {} in RecTy()
78 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp97 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
108 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
117 RecTyKind Kind = RHS->getRecTyKind(); in typeIsConvertibleTo()