Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DTestVisitor.h38 TestVisitor() { } in TestVisitor() function
H A DRefactoringTest.cpp276 class TestVisitor : public clang::RecursiveASTVisitor<T> { class