Home
last modified time | relevance | path

Searched refs:isHLSLIntangible (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp434 if (BaseClassDecl->isHLSLIntangible()) in setBases()
1471 data().IsHLSLIntangible |= RT->getAsCXXRecordDecl()->isHLSLIntangible(); in addedMember()
H A DType.cpp5289 return RD->isHLSLIntangible(); in isHLSLIntangibleType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1559 bool isHLSLIntangible() const { return data().IsHLSLIntangible; } in isHLSLIntangible() function