Searched refs:IsBasicType (Results 1 – 1 of 1) sorted by relevance
188 struct IsBasicType { bool operator() (const VarType& type) const { return type.isBasicType(); } }; in operator ()() argument192 typedef SubTypeIterator<IsBasicType> BasicTypeIterator;