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

References

tools/clang/lib/Sema/TreeTransform.h
 6902       S->getWhileLoc(), S->getConditionVariable(), S->getCond(),
 6902       S->getWhileLoc(), S->getConditionVariable(), S->getCond(),
 6902       S->getWhileLoc(), S->getConditionVariable(), S->getCond(),
 6908   StmtResult Body = getDerived().TransformStmt(S->getBody());
 6913       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
 6913       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
 6914       Body.get() == S->getBody())
 6915     return Owned(S);
 6917   return getDerived().RebuildWhileStmt(S->getWhileLoc(), Cond, Body.get());