Searched defs:VisitLabelDecl (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1257 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 1754 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclReader |
/openbsd-src/gnu/llvm/clang/lib/AST/ | ||
H A D | DeclPrinter.cpp | 851 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in DeclPrinter |
H A D | TextNodeDumper.cpp | 1633 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() function in TextNodeDumper |
H A D | ASTImporter.cpp | 2642 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTNodeImporter |
/openbsd-src/gnu/llvm/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 914 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in TemplateDeclInstantiator |