Searched defs:VisitLabelDecl (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclPrinter.cpp | 958 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { VisitLabelDecl() function in DeclPrinter |
H A D | TextNodeDumper.cpp | 1821 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } VisitLabelDecl() function in TextNodeDumper |
H A D | ASTImporter.cpp | 2825 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { VisitLabelDecl() function in ASTNodeImporter |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1321 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { VisitLabelDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 1829 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { VisitLabelDecl() function in ASTDeclReader |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 954 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { VisitLabelDecl() function in TemplateDeclInstantiator |