Home
last modified time | relevance | path

Searched refs:VisitEnumDecl (Results 51 – 75 of 190) sorted by relevance

12345678

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DJSONNodeDumper.h243 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h241 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DJSONNodeDumper.h241 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DJSONNodeDumper.h237 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DJSONNodeDumper.h241 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h244 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h244 void VisitEnumDecl(const EnumDecl *ED);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DJSONNodeDumper.h241 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h237 void VisitEnumDecl(const EnumDecl *ED);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h244 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h241 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h244 void VisitEnumDecl(const EnumDecl *ED);
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DJSONNodeDumper.h244 void VisitEnumDecl(const EnumDecl *ED);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/unittests/clang-doc/
H A DSerializeTest.cpp61 bool VisitEnumDecl(const EnumDecl *D) { return mapDecl(D); } in VisitEnumDecl() function in clang::doc::ClangDocSerializeTestVisitor
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
518 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
518 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
518 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
518 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
518 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DASTDumper.cpp219 void VisitEnumDecl(const EnumDecl *D);
538 void ASTDumper::VisitEnumDecl(const EnumDecl *D) { in VisitEnumDecl() function in ASTDumper
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
502 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp64 void VisitEnumDecl(EnumDecl *D);
500 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl() function in DeclPrinter
/dports/lang/v8/v8-9.6.180.12/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp233 bool FindBadConstructsConsumer::VisitEnumDecl(clang::EnumDecl* decl) { in VisitEnumDecl() function in chrome_checker::FindBadConstructsConsumer
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp233 bool FindBadConstructsConsumer::VisitEnumDecl(clang::EnumDecl* decl) { in VisitEnumDecl() function in chrome_checker::FindBadConstructsConsumer
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp233 bool FindBadConstructsConsumer::VisitEnumDecl(clang::EnumDecl* decl) { in VisitEnumDecl() function in chrome_checker::FindBadConstructsConsumer

12345678