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