Cppcheck
|
#include <keywords.h>
Static Public Member Functions | |
static const std::unordered_set< std::string > & | getAll (Standards::cstd_t cStd) |
static const std::unordered_set< std::string > & | getAll (Standards::cppstd_t cppStd) |
static const std::unordered_set< std::string > & | getOnly (Standards::cstd_t cStd) |
static const std::unordered_set< std::string > & | getOnly (Standards::cppstd_t cppStd) |
Definition at line 27 of file keywords.h.
|
static |
Definition at line 170 of file keywords.cpp.
References cpp03_keywords_all, cpp11_keywords_all, cpp14_keywords_all, cpp17_keywords_all, cpp20_keywords_all, cpp23_keywords_all, and cppcheck::unreachable().
|
static |
Definition at line 152 of file keywords.cpp.
References c11_keywords_all, c23_keywords_all, c89_keywords_all, c99_keywords_all, and cppcheck::unreachable().
Referenced by SymbolDatabase::isReservedName().
|
static |
Definition at line 208 of file keywords.cpp.
References cpp03_keywords, cpp11_keywords, cpp14_keywords, cpp17_keywords, cpp20_keywords, cpp23_keywords, and cppcheck::unreachable().
|
static |
Definition at line 190 of file keywords.cpp.
References c11_keywords, c23_keywords_all, c89_keywords, c99_keywords, and cppcheck::unreachable().