Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/LineEditor/
DLineEditor.h49 enum ActionKind { enum
56 ActionKind Kind;
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DFrontendOptions.h36 enum ActionKind { enum
446 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransformActions.cpp35 enum ActionKind { enum in __anon95e785d10111::TransformActionsImpl
44 ActionKind Kind;
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInvocation.cpp2095 frontend::ActionKind Action, in ParseDependencyOutputArgs()
2462 static const std::pair<frontend::ActionKind, unsigned> Table[] = { in getFrontendActionTable()
2515 static std::optional<frontend::ActionKind>
2526 getProgramActionOpt(frontend::ActionKind ProgramAction) { in getProgramActionOpt()
2729 std::optional<frontend::ActionKind> ProgramAction = getFrontendAction(Opt); in ParseFrontendArgs()
4135 static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) { in isStrictlyPreprocessorAction()
4257 frontend::ActionKind Action, in ParsePreprocessorArgs()
4360 CompilerInvocation::StringAllocator SA, frontend::ActionKind Action) { in GeneratePreprocessorOutputArgs()
4385 frontend::ActionKind Action) { in ParsePreprocessorOutputArgs()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h2654 enum ActionKind { enum
2664 ImportAction(ActionKind AK, Module *Mod = nullptr)
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuiltin.cpp833 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enum
842 ActionKind Action;
897 static char bitActionToX86BTCode(BitTest::ActionKind A) { in bitActionToX86BTCode()