Lines Matching defs:Enc
9855 std::string Enc; member in __anon6bad40bc1a11::FieldEncoding
10051 SmallStringEnc Enc; in emitTargetMD() local
10135 SmallStringEnc Enc; in extractFieldType() local
10158 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
10210 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
10254 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
10268 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
10327 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
10338 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
10360 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
10394 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
10428 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()