Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DQualTypeNamesTest.cpp15 struct TypeNameVisitor : TestVisitor<TypeNameVisitor> { struct
16 llvm::StringMap<std::string> ExpectedQualTypeNames;
17 bool WithGlobalNsPrefix = false;
21 bool traverseDecl(Decl *D) { in traverseDecl()
25 bool VisitValueDecl(const ValueDecl *VD) { in VisitValueDecl()