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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h49 enum ActionKind { enum in struct:llvm::LineEditor::CompletionAction
56 ActionKind Kind;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h34 enum ActionKind { enum in namespace:clang::frontend
397 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp35 enum ActionKind { enum in class:__anon1549::TransformActionsImpl
44 ActionKind Kind;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2228 enum ActionKind { enum in struct:clang::Preprocessor::ImportAction
2237 ImportAction(ActionKind AK, Module *Mod = nullptr)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3467 static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) {
3513 frontend::ActionKind Action) {
3615 frontend::ActionKind Action) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp719 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set };
728 ActionKind Action;
783 static char bitActionToX86BTCode(BitTest::ActionKind A) {

Completed in 175 milliseconds