Home
last modified time | relevance | path

Searched refs:CheckFn (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h571 CheckDeclFunc CheckFn; member
583 CheckStmtFunc CheckFn; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp80 checkers->push_back(info.CheckFn); in runCheckersOnASTDecl()
828 Checkers.push_back(Info.CheckFn); in getCachedStmtCheckersFor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2199 const FunctionDecl *CheckFn = getTemplateInstantiationPattern(); in hasInlineBody() local
2200 if (!CheckFn) in hasInlineBody()
2201 CheckFn = this; in hasInlineBody()
2204 return CheckFn->isDefined(fn) && !fn->isOutOfLine() && in hasInlineBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp6379 template <typename CheckFn>
6382 CheckFn &&IsSuccessful) { in diagnoseDiagnoseIfAttrsWith()