Home
last modified time | relevance | path

Searched refs:Reconstitutable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5432 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()
[all …]