Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp61 struct DebugTypeVisitor : public RecursiveASTVisitor<DebugTypeVisitor> { struct in __anon622f1b6e0111::PCHContainerGenerator
62 clang::CodeGen::CGDebugInfo &DI;
63 ASTContext &Ctx;
64 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor() argument
68 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()