Code::Blocks
SVN r11506
|
#include <wx/wxcrt.h>
#include <wx/string.h>
#include <map>
#include <queue>
#include "parser/token.h"
#include "parser/tokentree.h"
Go to the source code of this file.
Classes | |
class | NativeParserBase |
struct | NativeParserBase::ParserComponent |
a long statement can be divided to a ParserComponent chain. More... | |
Variables | |
bool | s_DebugSmartSense |
debug only variable, used to print the AI match related log message More... | |
bool s_DebugSmartSense |
debug only variable, used to print the AI match related log message
debug only variable, used to print the AI match related log message
Definition at line 128 of file nativeparser.cpp.
Referenced by NativeParser::AI(), NativeParserBase::BreakUpComponents(), CodeCompletion::DoCodeComplete(), NativeParserBase::FindAIMatches(), NativeParserBase::FindCurrentFunctionScope(), NativeParser::FindCurrentFunctionStart(), NativeParserBase::GenerateResultSet(), NativeParser::MarkItemsByAI(), ClassBrowser::OnDebugSmartSense(), NativeParser::ParseBufferForUsingNamespace(), NativeParser::ParseFunctionArguments(), NativeParser::ParseLocalBlock(), NativeParser::ParseUsingNamespace(), NativeParserBase::ResolveExpression(), and ClassBrowser::ShowMenu().