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.h410 void VisitHLSLBufferDecl(const HLSLBufferDecl *D);
H A DJSONNodeDumper.h263 void VisitHLSLBufferDecl(const HLSLBufferDecl *D);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp114 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
1802 void DeclPrinter::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp1023 void JSONNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp3033 void TextNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in TextNodeDumper
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp154 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
2286 void ASTDeclWriter::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp323 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
1874 void ASTDeclReader::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1013 Decl *TemplateDeclInstantiator::VisitHLSLBufferDecl(HLSLBufferDecl *Decl) { in VisitHLSLBufferDecl() function in TemplateDeclInstantiator