Lines Matching refs:Reconstitutable
5074 bool Reconstitutable = true; member
5076 Reconstitutable = false; in VisitVectorType()
5080 Reconstitutable = false; in VisitAtomicType()
5087 Reconstitutable = false; in VisitType()
5097 Reconstitutable = false; in TraverseEnumType()
5101 Reconstitutable = false; in TraverseEnumType()
5109 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
5110 Reconstitutable &= !FT->getNoReturnAttr(); in VisitFunctionProtoType()
5111 return Reconstitutable; in VisitFunctionProtoType()
5115 Reconstitutable = false; in VisitRecordType()
5127 return T.Reconstitutable; in IsReconstitutableType()
5218 bool Reconstitutable = in GetName() local
5224 !Reconstitutable) { in GetName()