Searched refs:ActionKind (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 51 enum ActionKind { enum 58 ActionKind Kind;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 37 enum ActionKind { enum 452 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
|
| /freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 53 frontend::ActionKind Act = CI.getFrontendOpts().ProgramAction; in CreateFrontendBaseAction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 382 void resetBenignCodeGenOptions(frontend::ActionKind ProgramAction,
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 2299 enum ActionKind { enum 2310 MatchAction(ActionKind K) : Kind(K) {} in MatchAction() 2312 ActionKind getKind() const { return Kind; } in getKind() 2334 ActionKind Kind;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2425 frontend::ActionKind Action, in ParseDependencyOutputArgs() 2783 static const std::pair<frontend::ActionKind, unsigned> Table[] = { in getFrontendActionTable() 2838 static std::optional<frontend::ActionKind> 2849 getProgramActionOpt(frontend::ActionKind ProgramAction) { in getProgramActionOpt() 3038 std::optional<frontend::ActionKind> ProgramAction = getFrontendAction(Opt); in ParseFrontendArgs() 4759 static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) { in isStrictlyPreprocessorAction() 4805 static bool isCodeGenAction(frontend::ActionKind Action) { in isCodeGenAction() 4925 frontend::ActionKind Action, in ParsePreprocessorArgs() 5021 frontend::ActionKind Action) { in GeneratePreprocessorOutputArgs() 5040 frontend::ActionKind Action) { in ParsePreprocessorOutputArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2810 enum ActionKind { enum 2820 ImportAction(ActionKind AK, Module *Mod = nullptr)
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 208 void dependencies::resetBenignCodeGenOptions(frontend::ActionKind ProgramAction, in resetBenignCodeGenOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 1561 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; 1570 ActionKind Action; 1638 static char bitActionToX86BTCode(BitTest::ActionKind A) { in bitActionToX86BTCode() 1558 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; global() enum
|