Home
last modified time | relevance | path

Searched defs:VisitEnumConstantDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp348 bool VisitEnumConstantDecl(const EnumConstantDecl *D) { in VisitEnumConstantDecl() function in __anonf98b47a30111::IndexingDeclVisitor
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h423 void VisitEnumConstantDecl(const EnumConstantDecl *D) { VisitEnumConstantDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp520 void VisitEnumConstantDecl(const EnumConstantDecl *D) { VisitEnumConstantDecl() function in __anon4baa67ec0111::ODRDeclVisitor
H A DDeclPrinter.cpp657 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) { VisitEnumConstantDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp955 void JSONNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *ECD) { VisitEnumConstantDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1853 void TextNodeDumper::VisitEnumConstantDecl(const EnumConstantDecl *D) { VisitEnumConstantDecl() function in TextNodeDumper
H A DASTImporter.cpp3224 ExpectedDecl ASTNodeImporter::VisitEnumConstantDecl(EnumConstantDecl *D) { VisitEnumConstantDecl() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp569 void ASTDeclWriter::VisitEnumConstantDecl(EnumConstantDecl *D) { VisitEnumConstantDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp918 void ASTDeclReader::VisitEnumConstantDecl(EnumConstantDecl *ECD) { VisitEnumConstantDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1602 Decl *TemplateDeclInstantiator::VisitEnumConstantDecl(EnumConstantDecl *D) { VisitEnumConstantDecl() function in TemplateDeclInstantiator