Home
last modified time | relevance | path

Searched defs:VisitLabelDecl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp852 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in DeclPrinter
H A DTextNodeDumper.cpp1613 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() function in TextNodeDumper
H A DASTImporter.cpp2648 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1238 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1701 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp906 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in TemplateDeclInstantiator