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.cpp5694 struct ReconstitutableType : public RecursiveASTVisitor<ReconstitutableType> { struct
5695 bool Reconstitutable = true;
5696 bool VisitVectorType(VectorType *FT) { in VisitVectorType()
5700 bool VisitAtomicType(AtomicType *FT) { in VisitAtomicType()
5704 bool VisitType(Type *T) { in VisitType()
5713 bool TraverseEnumType(EnumType *ET) { in TraverseEnumType()
5728 bool VisitFunctionProtoType(FunctionProtoType *FT) { in VisitFunctionProtoType()
5734 bool VisitRecordType(RecordType *RT) { in VisitRecordType()