Searched refs:isHLSLIntangible (Results 1 – 3 of 3) sorted by relevance
434 if (BaseClassDecl->isHLSLIntangible()) in setBases()1471 data().IsHLSLIntangible |= RT->getAsCXXRecordDecl()->isHLSLIntangible(); in addedMember()
5289 return RD->isHLSLIntangible(); in isHLSLIntangibleType()
1559 bool isHLSLIntangible() const { return data().IsHLSLIntangible; } in isHLSLIntangible() function