Home
last modified time | relevance | path

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

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