HomeSort by relevance Sort by last modified time
    Searched refs:getCompletionAction (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/LineEditor/
LineEditor.cpp 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0);
68 CA = LE->getCompletionAction("", 0);
80 CA = LE->getCompletionAction("", 0);
  /external/llvm/include/llvm/LineEditor/
LineEditor.h 103 CompletionAction getCompletionAction(StringRef Buffer, size_t Pos) const;
  /external/llvm/lib/LineEditor/
LineEditor.cpp 82 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer,
142 LineEditor::CompletionAction Action = Data->LE->getCompletionAction(

Completed in 831 milliseconds