Home
last modified time | relevance | path

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

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