Lines Matching refs:Reconstitutable
5297 bool Reconstitutable = true; member
5299 Reconstitutable = false; in VisitVectorType()
5303 Reconstitutable = false; in VisitAtomicType()
5310 Reconstitutable = false; in VisitType()
5320 Reconstitutable = false; in TraverseEnumType()
5324 Reconstitutable = false; in TraverseEnumType()
5332 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
5333 Reconstitutable &= !FT->getNoReturnAttr(); in VisitFunctionProtoType()
5334 return Reconstitutable; in VisitFunctionProtoType()
5338 Reconstitutable = false; in VisitRecordType()
5350 return T.Reconstitutable; in IsReconstitutableType()
5443 bool Reconstitutable = in GetName() local
5449 !Reconstitutable) { in GetName()