Searched refs:AK_Insert (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind);
81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind);
/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h51 AK_Insert, enumerator in enum:llvm::LineEditor::CompletionAction::ActionKind
98 /// will return an AK_Insert CompletionAction if each completion has a common
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp75 Action.Kind = CompletionAction::AK_Insert;
146 case LineEditor::CompletionAction::AK_Insert:

Completed in 100 milliseconds