#include "lexer-helper.h"
#include <map>
#include <set>
#include <string>
Go to the source code of this file.
◆ getIdValue()
std::optional< int > getIdValue |
( |
const std::string & |
id | ) |
|
◆ getMacroDefineInfo()
◆ gDefinedNames
std::map<std::string, int> gDefinedNames |
|
extern |
◆ gIgnorableMacroNames
std::set<std::string> gIgnorableMacroNames |
|
extern |
◆ gKnownApiDecorNames
std::set<std::string> gKnownApiDecorNames |
|
extern |
◆ gMacroNames
std::set<std::string> gMacroNames |
|
extern |
◆ gRenamedKeywords
std::map<std::string, int> gRenamedKeywords |
|
extern |
◆ gUndefinedNames
std::set<std::string> gUndefinedNames |
|
extern |