Lines Matching refs:SmallStringEnc
9632 typedef llvm::SmallString<128> SmallStringEnc; typedef
9714 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {} in FieldEncoding()
9900 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
9908 SmallStringEnc Enc; in emitTargetMD()
9961 static bool appendType(SmallStringEnc &Enc, QualType QType,
9973 SmallStringEnc Enc; in extractFieldType()
9996 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
10048 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
10069 SmallStringEnc EnumEnc; in appendEnumType()
10092 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
10106 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
10165 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
10176 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
10198 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
10232 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
10266 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()