Home | History | Annotate | Download | only in compiler

Lines Matching defs:leading

284     string leading, trailing;
286 input_->NextWithComments(&trailing, &detached, &leading);
288 // Save the leading comments for next time, and recall the leading comments
290 leading.swap(upcoming_doc_comments_);
294 location->AttachComments(&leading, &trailing, &detached);
406 string* leading, string* trailing,
411 if (!leading->empty()) {
412 location_->mutable_leading_comments()->swap(*leading);
1987 // A leading "." means the name is fully-qualified.