Lines Matching defs:Enc
6529 std::string Enc; member in __anon464860241211::FieldEncoding
6715 SmallStringEnc Enc; in emitTargetMD() local
6738 SmallStringEnc Enc; in extractFieldType() local
6763 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
6815 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, 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()