Searched defs:TypeNameVisitor (Results 1 – 1 of 1) sorted by relevance
15 struct TypeNameVisitor : TestVisitor<TypeNameVisitor> { struct16 llvm::StringMap<std::string> ExpectedQualTypeNames;17 bool WithGlobalNsPrefix = false;21 bool traverseDecl(Decl *D) { in traverseDecl()25 bool VisitValueDecl(const ValueDecl *VD) { in VisitValueDecl()