Code::Blocks
SVN r11506
|
#include <sdk.h>
#include <wx/tokenzr.h>
#include "parserthread.h"
#include "parser.h"
#include "expression.h"
Go to the source code of this file.
Namespaces | |
ParserConsts | |
Macros | |
#define | CC_PARSERTHREAD_DEBUG_OUTPUT 0 |
#define | ADDTOKEN(format, args...) |
#define | TRACE(format, args...) |
#define | TRACE2(format, args...) |
#define | CC_PARSERTHREAD_TESTDESTROY 0 |
#define | IS_ALIVE !TestDestroy() |
#define ADDTOKEN | ( | format, | |
args... | |||
) |
Definition at line 70 of file parserthread.cpp.
Referenced by ParserThread::DoAddToken().
#define CC_PARSERTHREAD_DEBUG_OUTPUT 0 |
Definition at line 31 of file parserthread.cpp.
#define CC_PARSERTHREAD_TESTDESTROY 0 |
Definition at line 76 of file parserthread.cpp.
#define IS_ALIVE !TestDestroy() |
Definition at line 81 of file parserthread.cpp.
Referenced by ParserThread::CalcEnumExpression(), ParserThread::DoParse(), ParserThread::GetTemplateArgs(), ParserThread::HandleClass(), ParserThread::HandleConditionalArguments(), ParserThread::HandleEnum(), ParserThread::HandleForLoopArguments(), ParserThread::HandleIncludes(), ParserThread::HandleNamespace(), ParserThread::HandleTypedef(), ParserThread::Parse(), ParserThread::ParseBufferForNamespaces(), ParserThread::ParseBufferForUsingNamespace(), ParserThread::ReadClsNames(), ParserThread::ReadVarNames(), ParserThread::SkipAngleBraces(), ParserThread::SkipBlock(), and ParserThread::SkipToOneOfChars().
#define TRACE | ( | format, | |
args... | |||
) |
Definition at line 71 of file parserthread.cpp.
Referenced by ParserThread::DoAddToken(), ParserThread::DoParse(), ParserThread::FindTokenFromQueue(), ParserThread::GetBaseArgs(), ParserThread::GetTokenBaseType(), ParserThread::HandleClass(), ParserThread::HandleConditionalArguments(), ParserThread::HandleForLoopArguments(), ParserThread::HandleFunction(), ParserThread::HandleIncludes(), ParserThread::HandleNamespace(), ParserThread::HandleTypedef(), ParserThread::InitTokenizer(), ParserThread::IsStillAlive(), ParserThread::Parse(), ParserThread::ReadClsNames(), ParserThread::ReadVarNames(), ParserThread::ResolveTemplateArgs(), ParserThread::ResolveTemplateMap(), and ParserThread::SplitTemplateActualParameters().
#define TRACE2 | ( | format, | |
args... | |||
) |
Definition at line 72 of file parserthread.cpp.
Definition at line 84 of file parserthread.cpp.
Referenced by ParserThread::HandleEnum().