Lines Matching refs:SmallStringEnc
9821 typedef llvm::SmallString<128> SmallStringEnc; typedef
9903 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {} in FieldEncoding()
10089 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
10097 SmallStringEnc Enc; in emitTargetMD()
10169 static bool appendType(SmallStringEnc &Enc, QualType QType,
10181 SmallStringEnc Enc; in extractFieldType()
10204 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
10256 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
10277 SmallStringEnc EnumEnc; in appendEnumType()
10300 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
10314 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
10373 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
10384 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
10406 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
10440 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
10474 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()