Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h639 using DeclVisitorFn = bool (*)(void *context, const Decl *D); variable
645 bool visitLocalTopLevelDecls(void *context, DeclVisitorFn Fn);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2636 bool ASTUnit::visitLocalTopLevelDecls(void *context, DeclVisitorFn Fn) { in visitLocalTopLevelDecls()