#include "qtbc.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | parseFortranCode (CodeOutputInterface &, const char *, const QCString &, bool, const char *, FileDef *fd=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, MemberDef *memberDef=0) |
void | resetFortranCodeParserState () |
void | codeFreeScanner () |
void codeFreeScanner | ( | ) |
void parseFortranCode | ( | CodeOutputInterface & | , | |
const char * | , | |||
const QCString & | , | |||
bool | , | |||
const char * | , | |||
FileDef * | fd = 0 , |
|||
int | startLine = -1 , |
|||
int | endLine = -1 , |
|||
bool | inlineFragment = FALSE , |
|||
MemberDef * | memberDef = 0 | |||
) |
Definition at line 3623 of file fortrancode.cpp.
References BEGIN, convertNameToFile(), CodeOutputInterface::endCodeLine(), fcodeYYin, fcodeYYlex(), fcodeYYrestart(), FileDef::getSourceFileBase(), FileDef::name(), and Start.
Referenced by FortranLanguageScanner::parseCode().
void resetFortranCodeParserState | ( | ) |
Definition at line 3621 of file fortrancode.cpp.
Referenced by FortranLanguageScanner::resetCodeParserState().