Searched defs:isPointer (Results 1 – 3 of 3) sorted by relevance
39 bool isPointer) : in VarType()52 bool isPointer() const { return m_isPointer; } in isPointer() function
95 bool isPointer = (name[name.size() - 1U] == '*'); in initFromFile() local
74 bool isPointer() const { return m_type->isPointer(); } in isPointer() function