#include "common.h"#include "languagedef.h"#include "stdservice.h"#include "dllmain.h"#include <tchar.h>Include dependency graph for stdservice_.cpp:

Go to the source code of this file.
Defines | |
| #define | CHECK(r) ((r) == ReasonCheck) |
| #define | SELECT(r) ((r) >= ReasonMemberSelect && (r) <= ReasonMethodTip) |
| #define | METHODTIP(r) ((r) == ReasonMethodTip || (r) == ReasonQuickInfo) |
| #define | MATCHBRACES(r) ((r) == ReasonHighlightBraces || (r) == ReasonMatchBraces) |
| #define | AUTOS(r) ((r) == ReasonAutos) |
| #define | CODESPAN(r) ((r) == ReasonCodeSpan) |
| #define | DOUBLE_BYTE_BUF_SIZE 10 |
Functions | |
| int | yywrap () |
| void | yyerror (const char *message) |
| BSTR | BstrNew (const char *s) |
| BSTR | BstrNewFormat (const char *s) |
| local void | updatePosition (in char c, inout int &row, inout int &idx) |
| int | endsWith (const char *s1, const char *s2) |
| STDMETHODIMP_ (ULONG) StdService | |
Variables | |
| global Service * | g_service = NULL |
| const Bits | MaxBitsValid = sizeof(int) * 8 |
| TokenInfo | defaultTokenInfo = { TokenEnd, ClassDefault, "<unknown>", CharDefault } |
| local const ColorClass | ColorMask = 0xFFFF |
| char | errorBuffer [MaxErrorMessage] |
|
|
|
Definition at line 16 of file stdservice_.cpp. Referenced by StdService::qualifyName(), and StdService::startName(). |
|
|
Definition at line 17 of file stdservice_.cpp. Referenced by StdService::endParameters(), StdService::parameter(), and StdService::startParameters(). |
|
|
Definition at line 18 of file stdservice_.cpp. Referenced by StdService::matchPair(), and StdService::matchTriple(). |
|
|
Definition at line 19 of file stdservice_.cpp. Referenced by StdService::autoExpression(), StdService::qualifyName(), and StdService::startName(). |
|
|
Definition at line 20 of file stdservice_.cpp. Referenced by StdService::codeSpan(). |
|
|
Definition at line 21 of file stdservice_.cpp. Referenced by StdService::readInput(). |
|
|
Definition at line 26 of file stdservice_.cpp. |
|
|
Definition at line 31 of file stdservice_.cpp. |
|
|
Definition at line 43 of file stdservice_.cpp. References MaxStr, and OLECHAR. Referenced by StdService::addScopeText(), BstrNewFormat(), StdService::errorMessage(), StdService::loadScope(), and StdService::searchFile(). |
|
|
Definition at line 52 of file stdservice_.cpp. References BstrNew(). Referenced by StdService::GetCommentFormat(), and StdService::GetMethodFormat(). |
Here is the call graph for this function:

|
||||||||||||||||
|
Definition at line 140 of file stdservice_.cpp. References local. Referenced by Location::update(). |
|
||||||||||||
|
Definition at line 214 of file stdservice_.cpp. Referenced by StdService::ParseSource(). |
|
|
Definition at line 1424 of file stdservice_.cpp. References IncRefCount(). |
Here is the call graph for this function:

|
|
Definition at line 37 of file stdservice_.cpp. Referenced by StdService::doneBuffer(), StdService::StdService(), and StdService::~StdService(). |
|
|
Definition at line 89 of file stdservice_.cpp. Referenced by ColorizerState::reset(), and ColorizerState::save(). |
|
|
Definition at line 467 of file stdservice_.cpp. Referenced by StdService::getTokenInfo(). |
|
|
Definition at line 525 of file stdservice_.cpp. Referenced by StdService::lookupColorInfo(). |
|
|
Definition at line 566 of file stdservice_.cpp. Referenced by StdService::expectError(), and StdService::syntaxError(). |
1.3.6