40 const std::shared_ptr<Entry> &root,
46 std::unique_ptr<Private>
p;
COutlineParser(COutlineParser &&)=delete
COutlineParser & operator=(COutlineParser &&)=delete
COutlineParser & operator=(COutlineParser &)=delete
void parsePrototype(const QCString &text) override
Callback function called by the comment block scanner.
std::unique_ptr< Private > p
COutlineParser(const COutlineParser &)=delete
~COutlineParser() override
bool needsPreprocessing(const QCString &extension) const override
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
Clang parser object for a single translation unit, which consists of a source file and the directly o...
Abstract interface for outline parsers.
This is an alternative implementation of QCString.