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