Lines Matching refs:SmallStringEnc
6449 typedef llvm::SmallString<128> SmallStringEnc; typedef
6531 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {}; in FieldEncoding()
6709 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
6715 SmallStringEnc Enc; in emitTargetMD()
6727 static bool appendType(SmallStringEnc &Enc, QualType QType,
6738 SmallStringEnc Enc; in extractFieldType()
6763 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
6815 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
6836 SmallStringEnc EnumEnc; in appendEnumType()
6859 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
6873 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
6932 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
6943 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
6965 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
6999 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
7033 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()