| Code::Blocks
    SVN r11506
    | 
#include <sdk.h>#include "nativeparser_base.h"#include "parser/tokenizer.h"#include "parser/cclogger.h"Go to the source code of this file.
| Macros | |
| #define | CC_NATIVEPARSERBASE_DEBUG_OUTPUT 0 | 
| #define | ADDTOKEN(format, args...) | 
| #define | TRACE(format, args...) | 
| #define | TRACE2(format, args...) | 
| #define ADDTOKEN | ( | format, | |
| args... | |||
| ) | 
Definition at line 59 of file nativeparser_base.cpp.
| #define CC_NATIVEPARSERBASE_DEBUG_OUTPUT 0 | 
Definition at line 20 of file nativeparser_base.cpp.
| #define TRACE | ( | format, | |
| args... | |||
| ) | 
Definition at line 60 of file nativeparser_base.cpp.
Referenced by NativeParserBase::BreakUpComponents(), NativeParserBase::FindAIMatches(), NativeParserBase::FindCCTokenStart(), NativeParserBase::GenerateResultSet(), NativeParserBase::GetCallTipHighlight(), NativeParserBase::GetCCToken(), NativeParserBase::GetNextCCToken(), and NativeParserBase::GetTokenFromCurrentLine().
| #define TRACE2 | ( | format, | |
| args... | |||
| ) | 
Definition at line 61 of file nativeparser_base.cpp.
 1.8.13
 1.8.13