Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp68 ParseScope BufferScope(this, Scope::DeclScope); in ParseHLSLBuffer() local
91 BufferScope.Exit(); in ParseHLSLBuffer()
99 BufferScope.Exit(); in ParseHLSLBuffer()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h110 Decl *ActOnStartBuffer(Scope *BufferScope, bool CBuffer, SourceLocation KwLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp192 Decl *SemaHLSL::ActOnStartBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartBuffer() argument
206 SemaRef.PushOnScopeChains(Result, BufferScope); in ActOnStartBuffer()
207 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()