reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/CommentLexer.cpp
  468   VerbatimBlockEndCommandName.clear();
  469   VerbatimBlockEndCommandName.append(Marker == '\\' ? "\\" : "@");
  470   VerbatimBlockEndCommandName.append(Info->EndCommandName);
  500   size_t Pos = Line.find(VerbatimBlockEndCommandName);
  509     const char *End = BufferPtr + VerbatimBlockEndCommandName.size();