Lines Matching refs:Reconstitutable
5108 bool Reconstitutable = true; member
5110 Reconstitutable = false; in VisitVectorType()
5114 Reconstitutable = false; in VisitAtomicType()
5121 Reconstitutable = false; in VisitType()
5131 Reconstitutable = false; in TraverseEnumType()
5135 Reconstitutable = false; in TraverseEnumType()
5143 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
5144 Reconstitutable &= !FT->getNoReturnAttr(); in VisitFunctionProtoType()
5145 return Reconstitutable; in VisitFunctionProtoType()
5149 Reconstitutable = false; in VisitRecordType()
5161 return T.Reconstitutable; in IsReconstitutableType()
5252 bool Reconstitutable = in GetName() local
5258 !Reconstitutable) { in GetName()