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.cpp5695 bool Reconstitutable = true; member
5697 Reconstitutable = false; in VisitVectorType()
5701 Reconstitutable = false; in VisitAtomicType()
5708 Reconstitutable = false; in VisitType()
5718 Reconstitutable = false; in TraverseEnumType()
5722 Reconstitutable = false; in TraverseEnumType()
5730 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
5731 Reconstitutable &= !FT->getNoReturnAttr(); in VisitFunctionProtoType()
5732 return Reconstitutable; in VisitFunctionProtoType()
5736 Reconstitutable = false; in VisitRecordType()
[all …]