Home
last modified time | relevance | path

Searched refs:InternalData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp97 struct LineEditor::InternalData { struct in LineEditor
112 LineEditor::InternalData *Data; in ElGetPromptFn() argument
123 LineEditor::InternalData *Data; in ElCompletionFn()
197 Data(new InternalData) { in LineEditor()
282 struct LineEditor::InternalData { struct in LineEditor
289 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h112 struct InternalData;
117 std::unique_ptr<InternalData> Data;