Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h395 void VisitHLSLBufferDecl(const HLSLBufferDecl *D);
H A DJSONNodeDumper.h260 void VisitHLSLBufferDecl(const HLSLBufferDecl *D);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp124 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
1804 void DeclPrinter::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp981 void JSONNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2618 void TextNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in TextNodeDumper
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp138 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
2007 void ASTDeclWriter::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp337 void VisitHLSLBufferDecl(HLSLBufferDecl *D);
1869 void ASTDeclReader::VisitHLSLBufferDecl(HLSLBufferDecl *D) { in VisitHLSLBufferDecl() function in ASTDeclReader
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp920 Decl *TemplateDeclInstantiator::VisitHLSLBufferDecl(HLSLBufferDecl *Decl) { in VisitHLSLBufferDecl() function in TemplateDeclInstantiator