Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h413 using HandlesDeclFunc = bool (*)(const Decl *D); variable
415 void _registerForDecl(CheckDeclFunc checkfn, HandlesDeclFunc isForDeclFn);
572 HandlesDeclFunc IsForDeclFn;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp704 HandlesDeclFunc isForDeclFn) { in _registerForDecl()