Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Tooling/
H A DSourceCodeTest.cpp319 struct FunctionDeclsVisitor : AnnotatedCodeVisitor { in TEST() argument
318 struct FunctionDeclsVisitor : AnnotatedCodeVisitor<FunctionDeclsVisitor> { TEST() struct