Home
last modified time | relevance | path

Searched refs:blockContainingStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.h112 const CFGBlock *blockContainingStmt(const Stmt *S) const;
H A DExprSequence.cpp197 const CFGBlock *StmtToBlockMap::blockContainingStmt(const Stmt *S) const { in blockContainingStmt() function in clang::tidy::utils::StmtToBlockMap
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp132 const CFGBlock *Block = BlockMap->blockContainingStmt(MovingCall); in find()
271 if (DeclRef && BlockMap->blockContainingStmt(DeclRef) == Block) { in getDeclRefs()
368 if (TheStmt && BlockMap->blockContainingStmt(TheStmt) == Block) { in getReinits()