Lines Matching defs:Marker
324 // Marker declarations must be at the start of a comment or preceded by
329 struct Marker {
334 llvm::StringMap<Marker> Markers;
346 {MarkerName, Marker{Pos, SourceLocation(), SourceLocation()}});
348 Marker &M = InsertResult.first->second;
350 // Marker was redefined.
370 Marker &M = MarkerIt->second;
383 Marker &M = MarkerInfo.second;
506 StringRef Marker;
530 Marker = PH.Match();
574 if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) {
659 if (Marker.empty())
662 Markers.addDirective(Marker, D);