Lines Matching refs:SmallStringEnc
7272 typedef llvm::SmallString<128> SmallStringEnc; typedef
7354 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {} in FieldEncoding()
7536 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
7542 SmallStringEnc Enc; in emitTargetMD()
7598 static bool appendType(SmallStringEnc &Enc, QualType QType,
7610 SmallStringEnc Enc; in extractFieldType()
7633 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
7685 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
7706 SmallStringEnc EnumEnc; in appendEnumType()
7729 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
7743 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
7802 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
7813 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
7835 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
7869 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
7903 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()