Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h37 bool shouldVisitDiscardedStmt() const { return true; } in shouldVisitDiscardedStmt() function
110 if (!getDerived().shouldVisitDiscardedStmt()) { in VisitIfStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1656 bool shouldVisitDiscardedStmt() const { return false; } in shouldVisitDiscardedStmt() function in __anone2120c650411::DeferredDiagnosticsEmitter