Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp68 ParseScope BufferScope(this, Scope::DeclScope); in ParseHLSLBuffer() local
90 BufferScope.Exit(); in ParseHLSLBuffer()
98 BufferScope.Exit(); in ParseHLSLBuffer()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h34 Decl *ActOnStartBuffer(Scope *BufferScope, bool CBuffer, SourceLocation KwLoc,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp32 Decl *SemaHLSL::ActOnStartBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartBuffer() argument
41 SemaRef.PushOnScopeChains(Result, BufferScope); in ActOnStartBuffer()
42 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()