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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h242 void VisitEnumConstantDecl(const EnumConstantDecl *ECD);
H A DTextNodeDumper.h322 void VisitEnumConstantDecl(const EnumConstantDecl *D);
H A DASTNodeTraverser.h379 void VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp434 void VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon1593::ODRDeclVisitor
436 Inherited::VisitEnumConstantDecl(D);
H A DDeclPrinter.cpp66 void VisitEnumConstantDecl(EnumConstantDecl *D);
560 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:DeclPrinter
H A DJSONNodeDumper.cpp818 void JSONNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *ECD) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp1527 void TextNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:TextNodeDumper
H A DASTImporter.cpp495 ExpectedDecl VisitEnumConstantDecl(EnumConstantDecl *D);
2909 ExpectedDecl ASTNodeImporter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp342 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { function in class:__anon1942::IndexingDeclVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp87 void VisitEnumConstantDecl(EnumConstantDecl *D);
514 void ASTDeclWriter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp357 void VisitEnumConstantDecl(EnumConstantDecl *ECD);
817 void ASTDeclReader::VisitEnumConstantDecl(EnumConstantDecl *ECD) { function in class:ASTDeclReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1327 Decl *TemplateDeclInstantiator::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:TemplateDeclInstantiator

Completed in 302 milliseconds