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