Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDumpAST.cpp32 class DumpAST : public Tweak { class
60 REGISTER_TWEAK(DumpAST) in REGISTER_TWEAK() argument
/external/llvm-project/mlir/examples/toy/Ch1/
Dtoyc.cpp29 enum Action { None, DumpAST }; enumerator
/external/llvm-project/mlir/examples/toy/Ch2/
Dtoyc.cpp49 enum Action { None, DumpAST, DumpMLIR }; enumerator
/external/llvm-project/mlir/examples/toy/Ch3/
Dtoyc.cpp51 enum Action { None, DumpAST, DumpMLIR }; enumerator
/external/llvm-project/mlir/examples/toy/Ch4/
Dtoyc.cpp52 enum Action { None, DumpAST, DumpMLIR }; enumerator
/external/llvm-project/mlir/examples/toy/Ch5/
Dtoyc.cpp53 enum Action { None, DumpAST, DumpMLIR, DumpMLIRAffine }; enumerator
/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp60 DumpAST, enumerator
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp60 DumpAST, enumerator
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp71 static llvm::cl::opt<bool> DumpAST("dump-ast", llvm::cl::init(false), variable
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp169 static cl::opt<bool> DumpAST("dump-ast", variable