Searched refs:ASTString16Type (Results 1 – 3 of 3) sorted by relevance
20 std::string ASTString16Type::GetSignature() in GetSignature()25 bool ASTString16Type::IsStringType() in IsStringType()30 std::string ASTString16Type::ToString() const in ToString()38 TypeKind ASTString16Type::GetTypeKind() in GetTypeKind()
23 class ASTString16Type : public ASTType {25 ASTString16Type() : ASTType(false, TypeKind::TYPE_STRING16) {} in ASTString16Type() function
34 {"String16", new ASTString16Type() },