Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp15 Decl *Sema::ActOnStartHLSLBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartHLSLBuffer() argument
24 PushOnScopeChains(Result, BufferScope); in ActOnStartHLSLBuffer()
25 PushDeclContext(BufferScope, Result); in ActOnStartHLSLBuffer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp67 ParseScope BufferScope(this, Scope::DeclScope); in ParseHLSLBuffer() local
89 BufferScope.Exit(); in ParseHLSLBuffer()
97 BufferScope.Exit(); in ParseHLSLBuffer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6226 Decl *ActOnStartHLSLBuffer(Scope *BufferScope, bool CBuffer,