Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclStmt

67     void PrintRawDeclStmt(const DeclStmt *S);
127 void StmtPrinter::PrintRawDeclStmt(const DeclStmt *S) {
136 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
180 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
220 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
239 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
266 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getInit()))
294 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getElement()))