Home
last modified time | relevance | path

Searched refs:getHLSLAttributedResourceType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp188 QualType QT = AST.getHLSLAttributedResourceType( in createBufferHandleType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td704 return ctx.getHLSLAttributedResourceType(wrappedTy, containedTy, attrs);
H A DASTContext.h1845 QualType getHLSLAttributedResourceType(
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1680 ResType = S.getASTContext().getHLSLAttributedResourceType( in CreateHLSLAttributedResourceType()
H A DTreeTransform.h7687 Result = SemaRef.Context.getHLSLAttributedResourceType( in TransformHLSLAttributedResourceType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2010 return Importer.getToContext().getHLSLAttributedResourceType( in VisitHLSLAttributedResourceType()
H A DASTContext.cpp5551 QualType ASTContext::getHLSLAttributedResourceType( in getHLSLAttributedResourceType() function in ASTContext