Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h331 void VisitLabelDecl(const LabelDecl *D);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp72 void VisitLabelDecl(LabelDecl *D);
851 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in DeclPrinter
H A DTextNodeDumper.cpp1633 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() function in TextNodeDumper
H A DASTImporter.cpp522 ExpectedDecl VisitLabelDecl(LabelDecl *D);
2642 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp63 void VisitLabelDecl(LabelDecl *LD);
1257 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp323 void VisitLabelDecl(LabelDecl *LD);
1754 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclReader
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp914 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in TemplateDeclInstantiator