Home | History | Annotate | Download | only in Sema

Lines Matching refs:isRecordType

462                PT->getPointeeType()->isRecordType())) {
782 assert(baseVariable->getType()->isRecordType());
1192 static bool isRecordType(QualType T) {
1193 return T->isRecordType();
1197 return PT->getPointeeType()->isRecordType();
1247 else if (BaseType->isRecordType()) {
1605 if (!IsArrow && Ptr->getPointeeType()->isRecordType() &&
1623 IsArrow ? &isPointerToRecordType : &isRecordType)) {