Home
last modified time | relevance | path

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

/external/llvm/unittests/LineEditor/
DLineEditor.cpp63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F()
/external/llvm/lib/LineEditor/
DLineEditor.cpp75 Action.Kind = CompletionAction::AK_Insert; in complete()
146 case LineEditor::CompletionAction::AK_Insert: in ElCompletionFn()
/external/llvm/include/llvm/LineEditor/
DLineEditor.h51 AK_Insert, enumerator