Home
last modified time | relevance | path

Searched refs:EndLineIfNonempty (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h739 EndLineIfNonempty(); in Post()
764 template <typename A> void Post(const Scalar<A> &) { EndLineIfNonempty(); } in Post()
770 template <typename A> void Post(const Constant<A> &) { EndLineIfNonempty(); } in Post()
776 template <typename A> void Post(const Integer<A> &) { EndLineIfNonempty(); } in Post()
782 template <typename A> void Post(const Logical<A> &) { EndLineIfNonempty(); } in Post()
789 EndLineIfNonempty(); in Post()
867 void EndLineIfNonempty() { in EndLineIfNonempty() function