Home
last modified time | relevance | path

Searched defs:shouldVisitDiscardedStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h37 bool shouldVisitDiscardedStmt() const { return true; } in shouldVisitDiscardedStmt() function
/llvm-project/clang/lib/Sema/
H A DSema.cpp1756 bool shouldVisitDiscardedStmt() const { return false; } shouldVisitDiscardedStmt() function in __anon80d4cd280611::DeferredDiagnosticsEmitter