Home
last modified time | relevance | path

Searched refs:SemaHLSL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp190 SemaHLSL::SemaHLSL(Sema &S) : SemaBase(S) {} in SemaHLSL() function in SemaHLSL
192 Decl *SemaHLSL::ActOnStartBuffer(Scope *BufferScope, bool CBuffer, in ActOnStartBuffer()
590 void SemaHLSL::ActOnFinishBuffer(Decl *Dcl, SourceLocation RBrace) { in ActOnFinishBuffer()
614 HLSLNumThreadsAttr *SemaHLSL::mergeNumThreadsAttr(Decl *D, in mergeNumThreadsAttr()
628 HLSLWaveSizeAttr *SemaHLSL::mergeWaveSizeAttr(Decl *D, in mergeWaveSizeAttr()
648 SemaHLSL::mergeVkConstantIdAttr(Decl *D, const AttributeCommonInfo &AL, in mergeVkConstantIdAttr()
684 SemaHLSL::mergeShaderAttr(Decl *D, const AttributeCommonInfo &AL, in mergeShaderAttr()
697 SemaHLSL::mergeParamModifierAttr(Decl *D, const AttributeCommonInfo &AL, in mergeParamModifierAttr()
717 void SemaHLSL::ActOnTopLevelFunction(FunctionDecl *FD) { in ActOnTopLevelFunction()
750 void SemaHLSL::CheckEntryPoint(FunctionDecl *FD) { in CheckEntryPoint()
[all …]
H A DSema.cpp290 HLSLPtr(std::make_unique<SemaHLSL>(*this)), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h106 class SemaHLSL : public SemaBase {
108 SemaHLSL(Sema &S);
H A DSema.h164 class SemaHLSL; variable
1439 SemaHLSL &HLSL() { in HLSL()
1578 std::unique_ptr<SemaHLSL> HLSLPtr;
/freebsd/lib/clang/libclang/
H A DMakefile617 SRCS_MIN+= Sema/SemaHLSL.cpp