Searched refs:getCompletionAction (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() 68 CA = LE->getCompletionAction("", 0); in TEST_F() 80 CA = LE->getCompletionAction("", 0); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() 68 CA = LE->getCompletionAction("", 0); in TEST_F() 80 CA = LE->getCompletionAction("", 0); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 84 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction() function in LineEditor 146 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 84 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction() function in LineEditor 146 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 104 CompletionAction getCompletionAction(StringRef Buffer, size_t Pos) const;
|
/external/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 104 CompletionAction getCompletionAction(StringRef Buffer, size_t Pos) const;
|