Home
last modified time | relevance | path

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

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