Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DEvaluatedExprVisitor.h37 bool shouldVisitDiscardedStmt() const { return true; } in shouldVisitDiscardedStmt() function
110 if (!getDerived().shouldVisitDiscardedStmt()) { in VisitIfStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp1628 bool shouldVisitDiscardedStmt() const { return false; } in shouldVisitDiscardedStmt() function in __anond901f74d0411::DeferredDiagnosticsEmitter