Searched defs:RecTy (Results 1 – 3 of 3) sorted by relevance
28 class RecTy; variable
55 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); in GetThisType() local
90 RecTy(RecTyKind K) : Kind(K), ListTy(0) {} in RecTy() function