Lines Matching refs:Reconstitutable
5432 bool Reconstitutable = true; member
5434 Reconstitutable = false; in VisitVectorType()
5438 Reconstitutable = false; in VisitAtomicType()
5445 Reconstitutable = false; in VisitType()
5455 Reconstitutable = false; in TraverseEnumType()
5459 Reconstitutable = false; in TraverseEnumType()
5467 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
5468 Reconstitutable &= !FT->getNoReturnAttr(); in VisitFunctionProtoType()
5469 return Reconstitutable; in VisitFunctionProtoType()
5473 Reconstitutable = false; in VisitRecordType()
5485 return T.Reconstitutable; in IsReconstitutableType()
5584 bool Reconstitutable = in GetName() local
5590 !Reconstitutable) { in GetName()