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

References

tools/clang/lib/Lex/Lexer.cpp
  645       if (ActiveCommentLoc.isInvalid())
  646         ActiveCommentLoc = TheTok.getLocation();
  654       ActiveCommentLoc = SourceLocation();
  709   if (ActiveCommentLoc.isValid())
  710     End = ActiveCommentLoc; // don't truncate a decl comment.