浏览该文件的文档.
36 const std::shared_ptr<Entry> &root,
42 std::unique_ptr<Private>
p;
void parsePrototype(const QCString &text)
Callback function called by the comment block scanner.
void parseInput(const QCString &fileName, const char *fileBuf, const std::shared_ptr< Entry > &root, ClangTUParser *clangParser)
Parses a single input file with the goal to build an Entry tree.
C-like language parser using state-based lexical scanning.
std::unique_ptr< Private > p
virtual ~COutlineParser()
Abstract interface for outline parsers.
Clang parser object for a single translation unit, which consists of a source file and the directly o...
bool needsPreprocessing(const QCString &extension) const
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
This is an alternative implementation of QCString.