Lines Matching refs:SmallStringEnc
6356 typedef llvm::SmallString<128> SmallStringEnc; typedef
6438 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {}; in FieldEncoding()
6616 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
6622 SmallStringEnc Enc; in emitTargetMD()
6634 static bool appendType(SmallStringEnc &Enc, QualType QType,
6645 SmallStringEnc Enc; in extractFieldType()
6670 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
6722 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
6743 SmallStringEnc EnumEnc; in appendEnumType()
6766 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
6780 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
6839 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
6850 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
6872 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
6906 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
6940 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()