Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.h35 static bool classof(const DynamicCheckerFunctions *checker_funcs) { in classof() argument
36 return checker_funcs->GetKind() == DCF_Clang; in classof()
H A DClangExpressionParser.cpp1468 if (auto *checker_funcs = llvm::dyn_cast<ClangDynamicCheckerFunctions>( in PrepareForExecution() local
1470 IRDynamicChecks ir_dynamic_checks(*checker_funcs, in PrepareForExecution()