Searched defs:shouldStop (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | FormatStringParsing.h | 84 bool shouldStop() const { return Stop; } in shouldStop() function |
/llvm-project/lldb/source/Breakpoint/ | ||
H A D | BreakpointLocationCollection.cpp | 121 bool shouldStop = false; in ShouldStop() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 290 virtual bool shouldStop() { return false; } shouldStop() function in __anonf27af12e0111::CallAnalyzer |