Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h353 void VisitLabelDecl(const LabelDecl *D);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp73 void VisitLabelDecl(LabelDecl *D);
917 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in DeclPrinter
H A DTextNodeDumper.cpp2056 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() function in TextNodeDumper
H A DASTImporter.cpp478 ExpectedDecl VisitLabelDecl(LabelDecl *D);
2873 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp66 void VisitLabelDecl(LabelDecl *LD);
1359 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp330 void VisitLabelDecl(LabelDecl *LD);
1821 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp979 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in TemplateDeclInstantiator