Home | History | Annotate | Download | only in Symbol

Lines Matching defs:IsScalarType

896 ClangASTType::IsScalarType () const
926 return IsPointerType() && GetPointeeType().IsScalarType();
934 return element_type.IsScalarType();