Home | History | Annotate | Download | only in AST

Lines Matching refs:getAssociatedStmt

982   if (S->hasAssociatedStmt() && S->getAssociatedStmt()) {
983 assert(isa<CapturedStmt>(S->getAssociatedStmt()) &&
985 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt();