Home
last modified time | relevance | path

Searched refs:VisitHLSLBufferDecl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h409 void VisitHLSLBufferDecl(const HLSLBufferDecl *D);
H A DJSONNodeDumper.h263 void VisitHLSLBufferDecl(const HLSLBufferDecl *D);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp113 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
1766 void DeclPrinter::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp1016 void JSONNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2869 void TextNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in TextNodeDumper
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp141 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
2090 void ASTDeclWriter::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp332 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
1856 void ASTDeclReader::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp945 Decl *TemplateDeclInstantiator::VisitHLSLBufferDecl(HLSLBufferDecl *Decl) { in VisitHLSLBufferDecl() function in TemplateDeclInstantiator