Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp45 static inline constexpr bool IsFixedFormCommentChar(char ch) { in IsFixedFormCommentChar() function
54 CHECK(IsFixedFormCommentChar(*p)); in NormalizeCompilerDirectiveCommentMarker()
113 CHECK(IsFixedFormCommentChar(*at_)); in Statement()
758 if (IsFixedFormCommentChar(*p) || *p == '%' || // VAX %list, %eject, &c. in IsFixedFormCommentLine()
925 if (!IsFixedFormCommentChar(col1)) { in FixedFormContinuationLine()
1090 if (!IsFixedFormCommentChar(col1)) { in IsFixedFormCompilerDirectiveLine()