Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h63 StringRecTyKind, enumerator
163 StringRecTy() : RecTy(StringRecTyKind) {} in StringRecTy()
167 return RT->getRecTyKind() == StringRecTyKind; in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp118 return Kind == StringRecTyKind; in typeIsConvertibleTo()