Searched refs:VisitLabelDecl (Results 1 - 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ | ||
H A D | Template.h | 395 Decl *VisitLabelDecl(LabelDecl *D); |
/external/clang/lib/AST/ | ||
H A D | DeclPrinter.cpp | 59 void VisitLabelDecl(LabelDecl *D); 635 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { function in class:DeclPrinter |
H A D | ASTDumper.cpp | 189 void VisitLabelDecl(const LabelDecl *D); 695 void ASTDumper::VisitLabelDecl(const LabelDecl *D) { function in class:ASTDumper |
/external/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 54 void VisitLabelDecl(LabelDecl *LD); 828 void ASTDeclWriter::VisitLabelDecl(LabelDecl *D) { function in class:ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 217 void VisitLabelDecl(LabelDecl *LD); 998 void ASTDeclReader::VisitLabelDecl(LabelDecl *D) { function in class:ASTDeclReader |
/external/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 159 TemplateDeclInstantiator::VisitLabelDecl(LabelDecl *D) { function in class:TemplateDeclInstantiator |
Completed in 182 milliseconds