Lines Matching refs:SmallStringEnc
10085 typedef llvm::SmallString<128> SmallStringEnc; typedef
10167 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {} in FieldEncoding()
10354 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
10362 SmallStringEnc Enc; in emitTargetMD()
10508 static bool appendType(SmallStringEnc &Enc, QualType QType,
10520 SmallStringEnc Enc; in extractFieldType()
10543 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
10595 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
10616 SmallStringEnc EnumEnc; in appendEnumType()
10639 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
10653 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
10712 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
10723 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
10745 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
10779 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
10813 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()