Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5297 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()
5334 return Reconstitutable; in VisitFunctionProtoType()
5338 Reconstitutable = false; in VisitRecordType()
5350 return T.Reconstitutable; in IsReconstitutableType()
5443 bool Reconstitutable = in GetName() local
[all …]