Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5107 struct ReconstitutableType : public RecursiveASTVisitor<ReconstitutableType> { struct
5108 bool Reconstitutable = true;
5109 bool VisitVectorType(VectorType *FT) { in VisitVectorType()
5113 bool VisitAtomicType(AtomicType *FT) { in VisitAtomicType()
5117 bool VisitType(Type *T) { in VisitType()
5126 bool TraverseEnumType(EnumType *ET) { in TraverseEnumType()
5141 bool VisitFunctionProtoType(FunctionProtoType *FT) { in VisitFunctionProtoType()
5147 bool VisitRecordType(RecordType *RT) { in VisitRecordType()