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

Derived Classes

tools/clang/unittests/Format/FormatTestRawStrings.cpp
  114 TEST_F(FormatTestRawStrings, ReformatsAccordingToBaseStyle) {
  134 TEST_F(FormatTestRawStrings, UsesConfigurationOverBaseStyle) {
  155 TEST_F(FormatTestRawStrings, MatchesDelimitersCaseSensitively) {
  166 TEST_F(FormatTestRawStrings, RespectsClangFormatOff) {
  180 TEST_F(FormatTestRawStrings, ReformatsShortRawStringsOnSingleLine) {
  216 TEST_F(FormatTestRawStrings, BreaksShortRawStringsWhenNeeded) {
  228 TEST_F(FormatTestRawStrings, BreaksRawStringsExceedingColumnLimit) {
  315 TEST_F(FormatTestRawStrings, FormatsRawStringArguments) {
  447 TEST_F(FormatTestRawStrings, RawStringStartingWithNewlines) {
  521 TEST_F(FormatTestRawStrings, BreaksBeforeRawStrings) {
  558 TEST_F(FormatTestRawStrings, RawStringsInOperands) {
  689 TEST_F(FormatTestRawStrings, PrefixAndSuffixAlignment) {
  746 TEST_F(FormatTestRawStrings, EstimatesPenalty) {
  765 TEST_F(FormatTestRawStrings, DontFormatNonRawStrings) {
  771 TEST_F(FormatTestRawStrings, FormatsRawStringsWithEnclosingFunctionName) {
  794 TEST_F(FormatTestRawStrings, UpdatesToCanonicalDelimiters) {
  806 TEST_F(FormatTestRawStrings, PenalizesPrefixExcessChars) {
  834 TEST_F(FormatTestRawStrings, KeepsRBraceFolloedByMoreLBracesOnSameLine) {
  868 TEST_F(FormatTestRawStrings,
  895 TEST_F(FormatTestRawStrings,
  984 TEST_F(FormatTestRawStrings, IndentsLastParamAfterNewline) {

References

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