Home
last modified time | relevance | path

Searched defs:VisitLabelDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp853 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in DeclPrinter
H A DTextNodeDumper.cpp1534 void TextNodeDumper::VisitLabelDecl(const LabelDecl *D) { dumpName(D); } in VisitLabelDecl() function in TextNodeDumper
H A DASTImporter.cpp2613 ExpectedDecl ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1226 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1595 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp817 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in TemplateDeclInstantiator