Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp62 struct DebugTypeVisitor : public RecursiveASTVisitor<DebugTypeVisitor> { struct in __anonc11279b80111::PCHContainerGenerator
63 clang::CodeGen::CGDebugInfo &DI;
64 ASTContext &Ctx;
65 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor() argument
69 static bool CanRepresent(const Type *Ty) { in CanRepresent()
73 bool VisitImportDecl(ImportDecl *D) { in VisitImportDecl()
80 bool VisitTypeDecl(TypeDecl *D) { in VisitTypeDecl()
94 bool VisitObjCInterfaceDecl(ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl()
101 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl()
118 bool VisitObjCMethodDecl(ObjCMethodDecl *D) { in VisitObjCMethodDecl()