Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDTypes.h99 bool isHLSL(ID Id);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDTypes.cpp294 bool types::isHLSL(ID Id) { return Id == TY_HLSL; } in isHLSL() function in types
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp3769 if (!types::isHLSL(InputType)) in RenderHLSLOptions()