Searched defs:shouldStop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | FormatStringParsing.h | 84 bool shouldStop() const { return Stop; } in shouldStop() function |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 220 virtual bool shouldStop() { return false; } in shouldStop() function in __anon797094460111::CallAnalyzer |