Code::Blocks  SVN r11506
Classes | Namespaces | Macros | Variables
nativeparser.cpp File Reference
#include <sdk.h>
#include <wx/tokenzr.h>
#include <cbstyledtextctrl.h>
#include <compilercommandgenerator.h>
#include <projectloader_hooks.h>
#include <tinyxml.h>
#include "nativeparser.h"
#include "classbrowser.h"
#include "parser/parser.h"
#include "parser/profiletimer.h"
Include dependency graph for nativeparser.cpp:

Go to the source code of this file.

Classes

class  NativeParserHelper::ParserDirTraverser
 

Namespaces

 NativeParserHelper
 

Macros

#define CC_NATIVEPARSER_DEBUG_OUTPUT   0
 
#define TRACE(format, args...)
 
#define TRACE2(format, args...)
 

Variables

int idTimerParsingOneByOne = wxNewId()
 event id for the sequence project parsing timer More...
 
bool s_DebugSmartSense = false
 if this option is enabled, there will be many log messages when doing semantic match More...
 

Macro Definition Documentation

◆ CC_NATIVEPARSER_DEBUG_OUTPUT

#define CC_NATIVEPARSER_DEBUG_OUTPUT   0

Definition at line 49 of file nativeparser.cpp.

◆ TRACE

#define TRACE (   format,
  args... 
)

◆ TRACE2

#define TRACE2 (   format,
  args... 
)

Definition at line 77 of file nativeparser.cpp.

Variable Documentation

◆ idTimerParsingOneByOne

int idTimerParsingOneByOne = wxNewId()

event id for the sequence project parsing timer

Definition at line 125 of file nativeparser.cpp.

Referenced by NativeParser::NativeParser(), and NativeParser::~NativeParser().

◆ s_DebugSmartSense

bool s_DebugSmartSense = false