Searched refs:StopAtFirstRefCountedObj (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp20 tryToFindPtrOrigin(const Expr *E, bool StopAtFirstRefCountedObj) { argument
23 if (StopAtFirstRefCountedObj) {
40 if (StopAtFirstRefCountedObj) {
56 if (StopAtFirstRefCountedObj)
H A DASTUtils.h47 /// If \p StopAtFirstRefCountedObj is true and we encounter a subexpression that
52 /// StopAtFirstRefCountedObj is true we also return whether we stopped early.
54 tryToFindPtrOrigin(const clang::Expr *E, bool StopAtFirstRefCountedObj);

Completed in 286 milliseconds