data: Parsing field usage in initialization list

This commit is contained in:
Eberhard Graether
2014-07-30 13:28:35 +02:00
parent da4811c5ea
commit acfc4934c2
4 changed files with 42 additions and 3 deletions
+5
View File
@@ -57,6 +57,11 @@ TokenLocation::LocationType TokenLocation::getType() const
void TokenLocation::setType(LocationType type)
{
m_type = type;
if (m_other)
{
m_other->m_type = type;
}
}
TokenLocationLine* TokenLocation::getTokenLocationLine() const