Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSearchFilter.cpp270 Searcher::CallbackReturn shouldContinue = in DoModuleIteration() local
272 if (shouldContinue == Searcher::eCallbackReturnStop || in DoModuleIteration()
273 shouldContinue == Searcher::eCallbackReturnPop) in DoModuleIteration()
274 return shouldContinue; in DoModuleIteration()
276 Searcher::CallbackReturn shouldContinue = in DoModuleIteration() local
278 if (shouldContinue == Searcher::eCallbackReturnStop) in DoModuleIteration()
279 return shouldContinue; in DoModuleIteration()
280 else if (shouldContinue == Searcher::eCallbackReturnPop) in DoModuleIteration()
291 Searcher::CallbackReturn shouldContinue; in DoCUIteration() local
311 shouldContinue = searcher.SearchCallback(*this, matchingContext, nullptr); in DoCUIteration()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp5381 bool shouldContinue = false; in readASTFileControlBlock() local
5395 shouldContinue = Listener.visitInputFile( in readASTFileControlBlock()
5399 if (!shouldContinue) in readASTFileControlBlock()