Home
last modified time | relevance | path

Searched defs:ReconstitutableType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5073 struct ReconstitutableType : public RecursiveASTVisitor<ReconstitutableType> { struct
5074 bool Reconstitutable = true;
5075 bool VisitVectorType(VectorType *FT) { in VisitVectorType()
5079 bool VisitAtomicType(AtomicType *FT) { in VisitAtomicType()
5083 bool VisitType(Type *T) { in VisitType()
5092 bool TraverseEnumType(EnumType *ET) { in TraverseEnumType()
5107 bool VisitFunctionProtoType(FunctionProtoType *FT) { in VisitFunctionProtoType()
5113 bool VisitRecordType(RecordType *RT) { in VisitRecordType()