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

Derived Classes

tools/clang/unittests/Format/FormatTestComments.cpp
   93 TEST_F(FormatTestComments, UnderstandsSingleLineComments) {
  394 TEST_F(FormatTestComments, KeepsParameterWithTrailingCommentsOnTheirOwnLine) {
  426 TEST_F(FormatTestComments, RemovesTrailingWhitespaceOfComments) {
  435 TEST_F(FormatTestComments, UnderstandsBlockComments) {
  474 TEST_F(FormatTestComments, AlignsBlockComments) {
  548 TEST_F(FormatTestComments, CommentReflowingCanBeTurnedOff) {
  555 TEST_F(FormatTestComments, CorrectlyHandlesLengthOfBlockComments) {
  579 TEST_F(FormatTestComments, DontBreakNonTrailingBlockComments) {
  586 TEST_F(FormatTestComments, SplitsLongCxxComments) {
  711 TEST_F(FormatTestComments, PreservesHangingIndentInCxxComments) {
  726 TEST_F(FormatTestComments, DontSplitLineCommentsWithEscapedNewlines) {
  752 TEST_F(FormatTestComments, DontSplitLineCommentsWithPragmas) {
  763 TEST_F(FormatTestComments, PriorityOfCommentBreaking) {
  793 TEST_F(FormatTestComments, MultiLineCommentsInDefines) {
  816 TEST_F(FormatTestComments, ParsesCommentsAdjacentToPPDirectives) {
  825 TEST_F(FormatTestComments, KeepsLevelOfCommentBeforePPDirective) {
 1098 TEST_F(FormatTestComments, SplitsLongLinesInComments) {
 1283 TEST_F(FormatTestComments, SplitsLongLinesInCommentsInPreprocessor) {
 1320 TEST_F(FormatTestComments, KeepsTrailingPPCommentsAndSectionCommentsSeparate) {
 1352 TEST_F(FormatTestComments, AlignsPPElseEndifComments) {
 1376 TEST_F(FormatTestComments, CommentsInStaticInitializers) {
 1442 TEST_F(FormatTestComments, LineCommentsAfterRightBrace) {
 1500 TEST_F(FormatTestComments, ReflowsComments) {
 2112 TEST_F(FormatTestComments, ReflowsCommentsPrecise) {
 2152 TEST_F(FormatTestComments, ReflowsCommentsWithExtraWhitespace) {
 2191 TEST_F(FormatTestComments, IgnoresIf0Contents) {
 2344 TEST_F(FormatTestComments, DontCrashOnBlockComments) {
 2355 TEST_F(FormatTestComments, BlockCommentsInControlLoops) {
 2375 TEST_F(FormatTestComments, BlockComments) {
 2486 TEST_F(FormatTestComments, BlockCommentsInMacros) {
 2507 TEST_F(FormatTestComments, BlockCommentsAtEndOfLine) {
 2529 TEST_F(FormatTestComments, BreaksAfterMultilineBlockCommentsInParamLists) {
 2597 TEST_F(FormatTestComments, IndentLineCommentsInStartOfBlockAtEndOfFile) {
 2603 TEST_F(FormatTestComments, AlignTrailingComments) {
 2790 TEST_F(FormatTestComments, AlignsBlockCommentDecorations) {
 2978 TEST_F(FormatTestComments, NoCrash_Bug34236) {
 2995 TEST_F(FormatTestComments, NonTrailingBlockComments) {
 3011 TEST_F(FormatTestComments, PythonStyleComments) {
 3089 TEST_F(FormatTestComments, BreaksBeforeTrailingUnbreakableSequence) {
 3098 TEST_F(FormatTestComments, ReflowBackslashCrash) {
 3113 TEST_F(FormatTestComments, IndentsLongJavadocAnnotatedLines) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);