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

References

tools/clang/include/clang/AST/RawCommentList.h
   98       return RawText;
  100     RawText = getRawTextSlow(SourceMgr);
  102     return RawText;
tools/clang/lib/AST/RawCommentList.cpp
  121       getCommentKind(RawText, CommentOpts.ParseAllComments);
  142     IsAlmostTrailingComment = RawText.startswith("//<") ||
  143                                  RawText.startswith("/*<");
  147         IsTrailingComment || mergedCommentIsTrailingComment(RawText);
  189                     RawText.begin(), RawText.end());
  189                     RawText.begin(), RawText.end());
  211                     RawText.begin(), RawText.end());
  211                     RawText.begin(), RawText.end());