summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.h
blob: e21ddea8a6c62a59ec98a4b1d0a5ecfd4f242a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef VHDLCODE_H
#define VHDLCODE_H

class CodeOutputInterface;
class FileDef;
class MemberDef;

void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &, 
            bool ,const char *,FileDef *fd,
            int startLine,int endLine,bool inlineFragment,
            MemberDef *memberDef,bool showLineNumbers,Definition *searchCtx,
            bool collectXRefs);
void resetVhdlCodeParserState();
void codeFreeVhdlScanner();

#endif