Searched defs:PrintStmt (Results 1 – 8 of 8) sorted by relevance
25 static void PrintStmt(raw_ostream &Out, const ASTContext *Context, in PrintStmt() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter()
669 void IoChecker::Leave(const parser::PrintStmt &) { in Leave()
34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) { in PrintStmt() function
833 const Fortran::parser::PrintStmt &) { in isDataTransferFormatted()862 const Fortran::parser::PrintStmt &) { in isDataTransferInternal()885 const Fortran::parser::PrintStmt &) { in isDataTransferInternalNotDefaultKind()900 const Fortran::parser::PrintStmt &) { in isDataTransferAsynchronous()912 const Fortran::parser::PrintStmt &) { in isDataTransferNamelist()
48 void PrintStmt(Stmt *S) { in PrintStmt() function in __anond33ff6c60111::StmtPrinter52 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anond33ff6c60111::StmtPrinter
82 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt() function in __anon698e3a340111::StmtPrinter84 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anon698e3a340111::StmtPrinter
2677 struct PrintStmt { struct2679 std::tuple<Format, std::list<OutputItem>> t;