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.h481 using HandlesDeclFunc = bool (*)(const Decl *D); variable
483 void _registerForDecl(CheckDeclFunc checkfn, HandlesDeclFunc isForDeclFn);
637 HandlesDeclFunc IsForDeclFn;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp862 HandlesDeclFunc isForDeclFn) { in _registerForDecl()