Searched defs:VisitEnumConstantDecl (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h374 void VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2909 ExpectedDecl ASTNodeImporter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTNodeImporter
H A DDeclPrinter.cpp560 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:DeclPrinter
H A DJSONNodeDumper.cpp810 void JSONNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *ECD) { function in class:JSONNodeDumper
H A DODRHash.cpp434 void VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon262::ODRDeclVisitor
H A DTextNodeDumper.cpp1265 void TextNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:TextNodeDumper
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp337 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon540::IndexingDeclVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1331 Decl *TemplateDeclInstantiator::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:TemplateDeclInstantiator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp812 void ASTDeclReader::VisitEnumConstantDecl(EnumConstantDecl *ECD) { function in class:ASTDeclReader
H A DASTWriterDecl.cpp513 void ASTDeclWriter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTDeclWriter

Completed in 234 milliseconds