Searched defs:DebugTypeVisitor (Results 1 – 1 of 1) sorted by relevance
61 struct DebugTypeVisitor : public RecursiveASTVisitor<DebugTypeVisitor> { struct in __anon622f1b6e0111::PCHContainerGenerator62 clang::CodeGen::CGDebugInfo &DI;63 ASTContext &Ctx;64 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor() argument68 static bool CanRepresent(const Type *Ty) { in CanRepresent()72 bool VisitImportDecl(ImportDecl *D) { in VisitImportDecl()78 bool VisitTypeDecl(TypeDecl *D) { in VisitTypeDecl()92 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl()99 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl()120 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl()