Lines Matching defs:Enc
6436 std::string Enc; member in __anona890a3f31011::FieldEncoding
6622 SmallStringEnc Enc; in emitTargetMD() local
6645 SmallStringEnc Enc; in extractFieldType() local
6670 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
6722 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, 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()