Lines Matching defs:Enc
7352 std::string Enc; member in __anondfd1a8ba1411::FieldEncoding
7542 SmallStringEnc Enc; in emitTargetMD() local
7610 SmallStringEnc Enc; in extractFieldType() local
7633 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
7685 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
7729 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
7743 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
7802 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
7813 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
7835 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
7869 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
7903 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()