Home
last modified time | relevance | path

Searched defs:IsCBuffer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp24 bool IsCBuffer, Parser &P) { in validateDeclsInsideHLSLBuffer()
54 bool IsCBuffer = Tok.is(tok::kw_cbuffer); in ParseHLSLBuffer() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h97 bool IsCBuffer; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4928 bool IsCBuffer; variable