Home | History | Annotate | Download | only in AST

Lines Matching refs:getStoredStmts

963   Stmt **Stored = getStoredStmts();
1092 if (!getStoredStmts()[NumCaptures])
1093 getStoredStmts()[NumCaptures] = getCallOperator()->getBody();
1095 return reinterpret_cast<CompoundStmt *>(getStoredStmts()[NumCaptures]);