Home
last modified time | relevance | path

Searched refs:ActionKind (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h51 enum ActionKind { enum
58 ActionKind Kind;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h37 enum ActionKind { enum
452 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp53 frontend::ActionKind Act = CI.getFrontendOpts().ProgramAction; in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h382 void resetBenignCodeGenOptions(frontend::ActionKind ProgramAction,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2299 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 DCompilerInvocation.cpp2425 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 DPreprocessor.h2810 enum ActionKind { enum
2820 ImportAction(ActionKind AK, Module *Mod = nullptr)
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp208 void dependencies::resetBenignCodeGenOptions(frontend::ActionKind ProgramAction, in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1561 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