Home
last modified time | relevance | path

Searched refs:IsTypedResourceElementCompatible (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h183 bool IsTypedResourceElementCompatible(QualType T1);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def673 TYPE_TRAIT_1(__builtin_hlsl_is_typed_resource_element_compatible, IsTypedResourceElementCompatible,…
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1195 return Self.HLSL().IsTypedResourceElementCompatible(T); in EvaluateUnaryTypeTrait()
H A DSemaHLSL.cpp3191 bool SemaHLSL::IsTypedResourceElementCompatible(clang::QualType QT) { in IsTypedResourceElementCompatible() function in SemaHLSL