Lines Matching full:comments
19 namespace comments { namespace
22 llvm::errs() << "comments::Token Kind=" << Kind << " "; in dump()
91 // This function should be called only for C comments in skipLineStartingDecorations()
219 /// Return the one past end pointer for BCPL comments.
245 /// Return the one past end pointer for C comments.
352 // exact syntax in AST for comments. in lexCommentText()
763 // merged this non-Doxygen comment into a bunch of Doxygen comments in lex()
770 // Skip less-than symbol that marks trailing comments. in lex()
790 // Skip less-than symbol that marks trailing comments. in lex()
804 // Consecutive comments are extracted only if there is only whitespace in lex()
810 // Turn any whitespace between comments (and there is only whitespace in lex()
812 // have two newlines between C comments in total (first one was synthesized in lex()
861 } // end namespace comments