Lines Matching defs:Enc
6919 std::string Enc; member in __anon76bdb23f1011::FieldEncoding
7106 SmallStringEnc Enc; in emitTargetMD() local
7130 SmallStringEnc Enc; in extractFieldType() local
7153 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
7205 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType()
7249 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier()
7263 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) { in appendBuiltinType()
7322 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
7333 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType()
7355 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT, in appendFunctionType()
7389 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType()
7423 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString()