Lines Matching refs:SmallStringEnc
10219 typedef llvm::SmallString<128> SmallStringEnc; typedef
10301 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {} in FieldEncoding()
10488 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
10496 SmallStringEnc Enc; in emitTargetMD()
10642 static bool appendType(SmallStringEnc &Enc, QualType QType,
10654 SmallStringEnc Enc; in extractFieldType()
10677 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
10729 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
10750 SmallStringEnc EnumEnc; in appendEnumType()
10773 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
10787 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
10846 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
10857 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
10879 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
10913 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
10947 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()