Searched defs:RecTy (Results 1 – 8 of 8) sorted by relevance
27 class RecTy; variable
28 class RecTy; variable
62 RecTy(RecTyKind K) : Kind(K) {} in RecTy() function
74 RecTy(RecTyKind K) : Kind(K) {} in RecTy() function
72 RecTy() : ListTy(0) {} in RecTy() function
72 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); in GetThisType() local
4524 QualType RecTy = Context.getTypeDeclType(Record); in BuildMicrosoftCAnonymousStruct() local