reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 4651     if (const Stmt *Init = IS->getInit()) {
 4660     if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond))
 4660     if (!EvaluateCond(Info, IS->getConditionVariable(), IS->getCond(), Cond))
 4663     if (const Stmt *SubStmt = Cond ? IS->getThen() : IS->getElse()) {
 4663     if (const Stmt *SubStmt = Cond ? IS->getThen() : IS->getElse()) {