Searched defs:getCapturedStmt (Results 1 – 1 of 1) sorted by relevance
2087 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function2088 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function