Searched refs:BufferScope (Results 1 – 3 of 3) sorted by relevance
68 ParseScope BufferScope(this, Scope::DeclScope); in ParseHLSLBuffer() local91 BufferScope.Exit(); in ParseHLSLBuffer()99 BufferScope.Exit(); in ParseHLSLBuffer()
110 Decl *ActOnStartBuffer(Scope *BufferScope, bool CBuffer, SourceLocation KwLoc,
192 Decl *SemaHLSL::ActOnStartBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartBuffer() argument206 SemaRef.PushOnScopeChains(Result, BufferScope); in ActOnStartBuffer()207 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()