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

Derived Classes

tools/clang/unittests/Format/FormatTestTextProto.cpp
   49 TEST_F(FormatTestTextProto, KeepsTopLevelEntriesFittingALine) {
   53 TEST_F(FormatTestTextProto, SupportsMessageFields) {
   98 TEST_F(FormatTestTextProto, AvoidsTopLevelBinPacking) {
  131 TEST_F(FormatTestTextProto, AddsNewlinesAfterTrailingComments) {
  146 TEST_F(FormatTestTextProto, ImplicitStringLiteralConcatenation) {
  163 TEST_F(FormatTestTextProto, SupportsAngleBracketMessageFields) {
  353 TEST_F(FormatTestTextProto, DiscardsUnbreakableTailIfCanBreakAfter) {
  365 TEST_F(FormatTestTextProto, KeepsLongStringLiteralsOnSameLine) {
  372 TEST_F(FormatTestTextProto, KeepsCommentsIndentedInList) {
  383 TEST_F(FormatTestTextProto, UnderstandsHashHashComments) {
  405 TEST_F(FormatTestTextProto, FormatsExtensions) {
  477 TEST_F(FormatTestTextProto, SpacesAroundPercents) {
  483 TEST_F(FormatTestTextProto, FormatsRepeatedListInitializers) {
  528 TEST_F(FormatTestTextProto, AcceptsOperatorAsKey) {
  541 TEST_F(FormatTestTextProto, BreaksConsecutiveStringLiterals) {
  546 TEST_F(FormatTestTextProto, PutsMultipleEntriesInExtensionsOnNewlines) {
  561 TEST_F(FormatTestTextProto, BreaksAfterBraceFollowedByClosingBraceOnNextLine) {
  572 TEST_F(FormatTestTextProto, BreaksEntriesOfSubmessagesContainingSubmessages) {
  679 TEST_F(FormatTestTextProto, PreventBreaksBetweenKeyAndSubmessages) {
  702 TEST_F(FormatTestTextProto, FormatsCommentsAtEndOfFile) {
  719 TEST_F(FormatTestTextProto, KeepsAmpersandsNextToKeys) {

References

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