Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DTextNodeDumper.h338 void VisitLabelDecl(const LabelDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DTextNodeDumper.h350 void VisitLabelDecl(const LabelDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DTextNodeDumper.h348 void VisitLabelDecl(const LabelDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DTextNodeDumper.h348 void VisitLabelDecl(const LabelDecl *D);
/aosp_15_r20/external/clang/lib/AST/
H A DDeclPrinter.cpp68 void VisitLabelDecl(LabelDecl *D);
712 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in DeclPrinter
H A DASTDumper.cpp422 void VisitLabelDecl(const LabelDecl *D);
1070 void ASTDumper::VisitLabelDecl(const LabelDecl *D) { in VisitLabelDecl() function in ASTDumper
H A DASTImporter.cpp144 Decl *VisitLabelDecl(LabelDecl *D);
2605 Decl *ASTNodeImporter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTNodeImporter
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp62 void VisitLabelDecl(LabelDecl *LD);
1067 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp267 void VisitLabelDecl(LabelDecl *LD);
1355 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in ASTDeclReader
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp443 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl() function in TemplateDeclInstantiator