Searched defs:shouldVisitDiscardedStmt (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | EvaluatedExprVisitor.h | 37 bool shouldVisitDiscardedStmt() const { return true; } in shouldVisitDiscardedStmt() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | Sema.cpp | 1717 bool shouldVisitDiscardedStmt() const { return false; } shouldVisitDiscardedStmt() function in __anon19dac5870611::DeferredDiagnosticsEmitter |