Searched defs:VisitEnumConstantDecl (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Index/
H A DIndexDecl.cpp176 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon1410::IndexingDeclVisitor
/external/clang/lib/AST/
H A DDeclPrinter.cpp62 void VisitEnumConstantDecl(EnumConstantDecl *D);
439 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp426 void VisitEnumConstantDecl(const EnumConstantDecl *D);
1105 void ASTDumper::VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp147 Decl *VisitEnumConstantDecl(EnumConstantDecl *D);
2879 Decl *ASTNodeImporter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp86 void VisitEnumConstantDecl(EnumConstantDecl *D);
489 void ASTDeclWriter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp301 void VisitEnumConstantDecl(EnumConstantDecl *ECD);
735 void ASTDeclReader::VisitEnumConstantDecl(EnumConstantDecl *ECD) { function in class:ASTDeclReader
/external/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp54 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon3357::IndexingDeclVisitor
H A DCIndex.cpp758 bool CursorVisitor::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:CursorVisitor
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1028 Decl *TemplateDeclInstantiator::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:TemplateDeclInstantiator

Completed in 362 milliseconds