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

References

tools/clang/unittests/AST/CommentTextTest.cpp
   36     FileID File = SourceMgr.getMainFileID();
   39         SourceMgr.getLocForStartOfFile(File).getLocWithOffset(
   41         SourceMgr.getLocForEndOfFile(File));
   45     RawComment Comment(SourceMgr, CommentRange, EmptyOpts, /*Merged=*/true);
   47     return Comment.getFormattedText(SourceMgr, Diags);