Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h34 Decl *ActOnStartBuffer(Scope *BufferScope, bool CBuffer, SourceLocation KwLoc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp75 Decl *D = Actions.HLSL().ActOnStartBuffer(getCurScope(), IsCBuffer, BufferLoc, in ParseHLSLBuffer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp32 Decl *SemaHLSL::ActOnStartBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartBuffer() function in SemaHLSL