Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclStmt

68     void PrintRawDeclStmt(const DeclStmt *S);
128 void StmtPrinter::PrintRawDeclStmt(const DeclStmt *S) {
137 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) {
181 if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
221 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
240 if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
267 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getInit()))
295 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getElement()))