Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp28 static SmallVector<const Stmt *, 1> getParentStmts(const Stmt *S, in getParentStmts() function
58 return llvm::any_of(getParentStmts(Descendant, Context), in isDescendantOrEqual()
104 SmallVector<const Stmt *, 1> BeforeParents = getParentStmts(Before, Context); in inSequence()
170 for (const Stmt *Parent : getParentStmts(S, Context)) { in getSequenceSuccessor()
280 SmallVector<const Stmt *, 1> Parents = getParentStmts(S, Context); in blockContainingStmt()