Searched refs:BufferScope (Results 1 – 3 of 3) sorted by relevance
68 ParseScope BufferScope(this, Scope::DeclScope); in ParseHLSLBuffer() local90 BufferScope.Exit(); in ParseHLSLBuffer()98 BufferScope.Exit(); in ParseHLSLBuffer()
34 Decl *ActOnStartBuffer(Scope *BufferScope, bool CBuffer, SourceLocation KwLoc,
32 Decl *SemaHLSL::ActOnStartBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartBuffer() argument41 SemaRef.PushOnScopeChains(Result, BufferScope); in ActOnStartBuffer()42 SemaRef.PushDeclContext(BufferScope, Result); in ActOnStartBuffer()