Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeTest.cpp295 struct FunctionDeclsVisitor : AnnotatedCodeVisitor<FunctionDeclsVisitor> { in TEST() struct
296 bool VisitFunctionDecl(FunctionDecl *Decl) { return VisitDeclHelper(Decl); } in TEST()