Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h49 enum ActionKind { enum
56 ActionKind Kind;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h37 enum ActionKind { enum
517 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h317 void resetBenignCodeGenOptions(frontend::ActionKind ProgramAction,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2238 enum ActionKind { enum
2249 MatchAction(ActionKind K) : Kind(K) {} in MatchAction()
2251 ActionKind getKind() const { return Kind; } in getKind()
2273 ActionKind Kind;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2267 frontend::ActionKind Action, in ParseDependencyOutputArgs()
2603 static const std::pair<frontend::ActionKind, unsigned> Table[] = { in getFrontendActionTable()
2659 static std::optional<frontend::ActionKind>
2670 getProgramActionOpt(frontend::ActionKind ProgramAction) { in getProgramActionOpt()
2862 std::optional<frontend::ActionKind> ProgramAction = getFrontendAction(Opt); in ParseFrontendArgs()
4460 static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) { in isStrictlyPreprocessorAction()
4582 frontend::ActionKind Action, in ParsePreprocessorArgs()
4689 frontend::ActionKind Action) { in GeneratePreprocessorOutputArgs()
4708 frontend::ActionKind Action) { in ParsePreprocessorOutputArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2718 enum ActionKind { enum
2728 ImportAction(ActionKind AK, Module *Mod = nullptr)
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp157 void dependencies::resetBenignCodeGenOptions(frontend::ActionKind ProgramAction, in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1129 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enum
1138 ActionKind Action;
1194 static char bitActionToX86BTCode(BitTest::ActionKind A) { in bitActionToX86BTCode()