#include "types.h"
Go to the source code of this file.
Functions | |
void | parseCCode (CodeOutputInterface &, const char *, const QCString &, SrcLangExt lang, bool isExample, const char *exName, FileDef *fd, int startLine, int endLine, bool inlineFragment, MemberDef *memberDef, bool showLineNumbers, Definition *searchCtx, bool collectXRefs) |
void | resetCCodeParserState () |
void | codeFreeScanner () |
void parseCCode | ( | CodeOutputInterface & | , |
const char * | , | ||
const QCString & | , | ||
SrcLangExt | lang, | ||
bool | isExample, | ||
const char * | exName, | ||
FileDef * | fd, | ||
int | startLine, | ||
int | endLine, | ||
bool | inlineFragment, | ||
MemberDef * | memberDef, | ||
bool | showLineNumbers, | ||
Definition * | searchCtx, | ||
bool | collectXRefs | ||
) |
Definition at line 16397 of file code.cpp.
void resetCCodeParserState | ( | ) |
Definition at line 16382 of file code.cpp.