Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h473 using HandlesDeclFunc = bool (*)(const Decl *D); variable
475 void _registerForDecl(CheckDeclFunc checkfn, HandlesDeclFunc isForDeclFn);
629 HandlesDeclFunc IsForDeclFn;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp794 HandlesDeclFunc isForDeclFn) { in _registerForDecl()