| 
    Cppcheck
    
   | 
 
#include <symboldatabase.h>
Public Member Functions | |
| Enumerator (const Scope *scope_) | |
Public Attributes | |
| const Scope * | scope | 
| const Token * | name {} | 
| MathLib::bigint | value {} | 
| const Token * | start {} | 
| const Token * | end {} | 
| bool | value_known {} | 
Definition at line 154 of file symboldatabase.h.
      
  | 
  inlineexplicit | 
Definition at line 155 of file symboldatabase.h.
| const Token* Enumerator::end {} | 
Definition at line 160 of file symboldatabase.h.
Referenced by Scope::addEnum(), SymbolDatabase::createSymbolDatabaseEnums(), and SymbolDatabase::printOut().
| const Token* Enumerator::name {} | 
Definition at line 157 of file symboldatabase.h.
Referenced by Scope::addEnum(), SymbolDatabase::createSymbolDatabaseEnums(), clangimport::AstNode::createTokens(), and SymbolDatabase::printOut().
| const Scope* Enumerator::scope | 
Definition at line 156 of file symboldatabase.h.
Referenced by SymbolDatabase::findEnumerator(), SymbolDatabase::setValueType(), and valueFlowSetConstantValue().
| const Token* Enumerator::start {} | 
Definition at line 159 of file symboldatabase.h.
Referenced by Scope::addEnum(), SymbolDatabase::createSymbolDatabaseEnums(), SymbolDatabase::printOut(), and valueFlowEnumValue().
| MathLib::bigint Enumerator::value {} | 
Definition at line 158 of file symboldatabase.h.
Referenced by clangimport::AstNode::createTokens(), SymbolDatabase::printOut(), valueFlowEnumValue(), and valueFlowSetConstantValue().
| bool Enumerator::value_known {} | 
Definition at line 161 of file symboldatabase.h.
Referenced by clangimport::AstNode::createTokens(), SymbolDatabase::printOut(), valueFlowEnumValue(), and valueFlowSetConstantValue().