|
Cppcheck
|
#include <ctu.h>
Public Member Functions | |
| Location ()=default | |
| Location (const Tokenizer &tokenizer, const Token *tok) | |
| Location (std::string fileName, nonneg int lineNumber, nonneg int column) | |
Public Attributes | |
| std::string | fileName |
| nonneg int | lineNumber {} |
| nonneg int | column {} |
|
default |
| nonneg int CTU::FileInfo::Location::column {} |
Definition at line 64 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().
| std::string CTU::FileInfo::Location::fileName |
Definition at line 62 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().
| nonneg int CTU::FileInfo::Location::lineNumber {} |
Definition at line 63 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().