Home
last modified time | relevance | path

Searched refs:InnerTypeVisitor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h141 using InnerTypeVisitor = TypeVisitor<JSONNodeDumper>; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp89 InnerTypeVisitor::Visit(T); in Visit()