Searched defs:ScalarType (Results 1 – 2 of 2) sorted by relevance
25 struct ScalarType : public Type { struct40 ScalarType(Kind kind, Scope* parent); argument
23 ScalarType::ScalarType(Kind kind, Scope* parent) : Type(parent), mKind(kind) {} in ScalarType() function in android::ScalarType