Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp99 struct LineEditor::InternalData { struct in LineEditor
114 LineEditor::InternalData *Data; in ElGetPromptFn() argument
125 LineEditor::InternalData *Data; in ElCompletionFn()
202 Data(new InternalData) { in LineEditor()
282 struct LineEditor::InternalData { struct in LineEditor
289 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
/freebsd-12.1/contrib/llvm/include/llvm/LineEditor/
H A DLineEditor.h110 struct InternalData;
115 std::unique_ptr<InternalData> Data;