* Get type start token. * The type start token doesn't account 'static' and 'const' qualifiers * E.g.: * static const int * const p = ...; * type start token ^ * @return type start token */
| 262 | * @return type start token |
| 263 | */ |
| 264 | const Token *typeStartToken() const { |
| 265 | return mTypeStartToken; |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Get type end token. |
no outgoing calls
no test coverage detected