Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp59 struct DebugTypeVisitor : public RecursiveASTVisitor<DebugTypeVisitor> { struct in __anon9aef00700111::PCHContainerGenerator
60 clang::CodeGen::CGDebugInfo &DI;
61 ASTContext &Ctx;
62 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor() function
66 static bool CanRepresent(const Type *Ty) { in CanRepresent()
70 bool VisitImportDecl(ImportDecl *D) { in VisitImportDecl()
76 bool VisitTypeDecl(TypeDecl *D) { in VisitTypeDecl()
93 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl()
100 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl()
121 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl()