Home
last modified time | relevance | path

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

/external/llvm/lib/LineEditor/
DLineEditor.cpp58 Action.Kind = CompletionAction::AK_ShowCompletions; in complete()
70 Action.Kind = CompletionAction::AK_ShowCompletions; in complete()
86 Action.Kind = CompletionAction::AK_ShowCompletions; in getCompletionAction()
150 case LineEditor::CompletionAction::AK_ShowCompletions: in ElCompletionFn()
/external/llvm/unittests/LineEditor/
DLineEditor.cpp69 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind); in TEST_F()
/external/llvm/include/llvm/LineEditor/
DLineEditor.h53 AK_ShowCompletions enumerator