Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5431 struct ReconstitutableType : public RecursiveASTVisitor<ReconstitutableType> { struct
5432 bool Reconstitutable = true;
5433 bool VisitVectorType(VectorType *FT) { in VisitVectorType()
5437 bool VisitAtomicType(AtomicType *FT) { in VisitAtomicType()
5441 bool VisitType(Type *T) { in VisitType()
5450 bool TraverseEnumType(EnumType *ET) { in TraverseEnumType()
5465 bool VisitFunctionProtoType(FunctionProtoType *FT) { in VisitFunctionProtoType()
5471 bool VisitRecordType(RecordType *RT) { in VisitRecordType()