Searched refs:getParentStmts (Results 1 – 1 of 1) sorted by relevance
28 static SmallVector<const Stmt *, 1> getParentStmts(const Stmt *S, in getParentStmts() function58 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()