Home
last modified time | relevance | path

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

/llvm-project/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.cpp1610 if (auto *checker_funcs = llvm::dyn_cast<ClangDynamicCheckerFunctions>(
1612 IRDynamicChecks ir_dynamic_checks(*checker_funcs,
1441 if (auto *checker_funcs = llvm::dyn_cast<ClangDynamicCheckerFunctions>( DoPrepareForExecution() local