```cpp const Token* parent = tok->astParent(); while(Token::simpleMatch(parent, ":")) parent = tok->astParent(); ```