Home
last modified time | relevance | path

Searched defs:HLSL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h44 HLSL, enumerator
67 HLSL = (1 << 17) enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp397 IdentifierInfo &HLSL = AST.Idents.get("hlsl", tok::TokenKind::identifier); in InitializeSema() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h163 HLSL = 0x10, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1169 SemaHLSL &HLSL() { in HLSL() function