Searched refs:IsScalarType (Results 1 – 6 of 6) sorted by relevance
189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && … in operator ()() argument194 typedef SubTypeIterator<IsScalarType> ScalarTypeIterator;
207 IsScalarType () const;
633 IsScalarType ();
1954 ValueObject::IsScalarType () in IsScalarType() function in ValueObject1956 return GetClangType().IsScalarType (); in IsScalarType()2087 if (IsScalarType ()) in GetSyntheticBitFieldChild()
881 else if (valobj_sp->GetClangType().IsScalarType()) in GetValueForVariableExpressionPath()
896 ClangASTType::IsScalarType () const in IsScalarType() function in ClangASTType926 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()934 return element_type.IsScalarType(); in IsArrayOfScalarType()