Lines Matching defs:after
336 // active, nor on the lines before and after a top-level #include,
337 // nor before or after conditional source.
339 // after #include'd subprogram argument lists and conditional source.
405 // code under #if, or the first source line after such.
426 // Emit a space so that, if the line is rescanned after preprocessing,
458 // It starts with END, possibly after a label.
535 // directives, Fortran ! comments, stuff after the right margin in
565 if (const char *after{SkipCComment(at_)}) {
566 column_ += after - at_;
569 nextLine_ = at_ = after;
605 if (const char *after{SkipCComment(p)}) {
606 p = after;
654 // Discard white space before/after '(' and before ')', unless in a
746 // using line continuation for token pasting after replacement.
1117 "excess characters after path name"_warn_en_US);
1357 } while (SkipCommentLine(false /* not after ampersand */));
1375 "missing ! before comment after &"_warn_en_US);
1678 // Similar, but for source line continuation after macro replacement.