Searched refs:VisitEnumConstantDecl (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h213 bool VisitEnumConstantDecl(EnumConstantDecl *D);
H A DCXIndexDataConsumer.cpp53 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon1194::IndexingDeclVisitor
H A DCIndex.cpp777 bool CursorVisitor::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:CursorVisitor
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h242 void VisitEnumConstantDecl(const EnumConstantDecl *ECD);
H A DTextNodeDumper.h323 void VisitEnumConstantDecl(const EnumConstantDecl *D);
H A DASTNodeTraverser.h392 void VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:clang::ASTNodeTraverser
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp434 void VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon331::ODRDeclVisitor
436 Inherited::VisitEnumConstantDecl(D);
H A DDeclPrinter.cpp66 void VisitEnumConstantDecl(EnumConstantDecl *D);
567 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:DeclPrinter
H A DTextNodeDumper.cpp1566 void TextNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp824 void JSONNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *ECD) { function in class:JSONNodeDumper
H A DASTImporter.cpp493 ExpectedDecl VisitEnumConstantDecl(EnumConstantDecl *D);
2997 ExpectedDecl ASTNodeImporter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTNodeImporter
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp342 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon691::IndexingDeclVisitor
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp86 void VisitEnumConstantDecl(EnumConstantDecl *D);
514 void ASTDeclWriter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp360 void VisitEnumConstantDecl(EnumConstantDecl *ECD);
820 void ASTDeclReader::VisitEnumConstantDecl(EnumConstantDecl *ECD) { function in class:ASTDeclReader
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1439 Decl *TemplateDeclInstantiator::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:TemplateDeclInstantiator

Completed in 230 milliseconds