Cppcheck
Classes | Enumerations | Functions
token.h File Reference
#include "config.h"
#include "mathlib.h"
#include "templatesimplifier.h"
#include "utils.h"
#include "vfvalue.h"
#include <cassert>
#include <cstdint>
#include <cstddef>
#include <functional>
#include <list>
#include <memory>
#include <ostream>
#include <set>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  ScopeInfo2
 
struct  TokenImpl
 
struct  TokenImpl::CppcheckAttributes
 
class  Token
 The token list that the TokenList generates is a linked-list of this class. More...
 
struct  Token::stringifyOptions
 

Enumerations

enum class  TokenDebug { None , ValueFlow , ValueType }
 

Functions

TokenfindTypeEnd (Token *tok)
 
TokenfindLambdaEndScope (Token *tok)
 
const TokenfindLambdaEndScope (const Token *tok)
 

Enumeration Type Documentation

◆ TokenDebug

enum TokenDebug
strong
Enumerator
None 
ValueFlow 
ValueType 

Definition at line 60 of file token.h.