Searched refs:OutputKind (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 41 OutputKind(K), OutputFormat(Format), FilterString(FilterString), in ASTPrinter() 62 Out << (OutputKind != Print ? "Dumping " : "Printing ") << getName(D) in TraverseDecl() 88 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull); in print() 94 } else if (OutputKind == Print) { in print() 97 } else if (OutputKind != None) { in print() 98 D->dump(Out, OutputKind == DumpFull, OutputFormat); in print() 119 Kind OutputKind; member in __anonba0982200111::ASTPrinter
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | NewPMDriver.h | 40 enum OutputKind { enum 75 ArrayRef<PassPlugin> PassPlugins, opt_tool::OutputKind OK,
|
| H A D | NewPMDriver.cpp | 292 OutputKind OK, VerifierKind VK, in runPassPipeline()
|
| H A D | opt.cpp | 767 OutputKind OK = OK_NoOutput; in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.h | 21 enum OutputKind { OK_Diag, OK_Print, OK_DetailedAST, OK_SrcLoc }; enum 119 template <> struct SetQueryKind<OutputKind> {
|
| H A D | Query.cpp | 280 const QueryKind SetQueryKind<OutputKind>::value;
|