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

Declarations

tools/clang/tools/extra/clang-tidy/utils/ExprSequence.h
  112   const CFGBlock *blockContainingStmt(const Stmt *S) const;

References

tools/clang/tools/extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  109   const CFGBlock *Block = BlockMap->blockContainingStmt(MovingCall);
  242         if (DeclRef && BlockMap->blockContainingStmt(DeclRef) == Block) {
  342       if (TheStmt && BlockMap->blockContainingStmt(TheStmt) == Block) {