Searched defs:RecTy (Results 1 – 8 of 8) sorted by relevance
28 class RecTy; variable
27 class RecTy; variable
2571 if (auto *RecTy = dyn_cast<RecordRecTy>(TI->getType())) { in ParseValue() local
62 RecTy(RecTyKind K) : Kind(K) {} in RecTy() function
73 RecTy(RecTyKind K) : Kind(K) {} in RecTy() function
79 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() function
72 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); in GetThisType() local
4524 QualType RecTy = Context.getTypeDeclType(Record); in BuildMicrosoftCAnonymousStruct() local