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

Derived Classes

tools/clang/unittests/Format/SortIncludesTest.cpp
   56 TEST_F(SortIncludesTest, BasicSorting) {
   73 TEST_F(SortIncludesTest, SortedIncludesUsingSortPriorityAttribute) {
  130 TEST_F(SortIncludesTest, SortPriorityNotDefined) {
  144 TEST_F(SortIncludesTest, NoReplacementsForValidIncludes) {
  155 TEST_F(SortIncludesTest, SortedIncludesInMultipleBlocksAreMerged) {
  177 TEST_F(SortIncludesTest, SupportClangFormatOff) {
  196 TEST_F(SortIncludesTest, SupportClangFormatOffCStyle) {
  233 TEST_F(SortIncludesTest, IncludeSortingCanBeDisabled) {
  244 TEST_F(SortIncludesTest, MixIncludeAndImport) {
  253 TEST_F(SortIncludesTest, FixTrailingComments) {
  262 TEST_F(SortIncludesTest, LeadingWhitespace) {
  277 TEST_F(SortIncludesTest, GreaterInComment) {
  286 TEST_F(SortIncludesTest, SortsLocallyInEachBlock) {
  297 TEST_F(SortIncludesTest, SortsAllBlocksWhenMerging) {
  308 TEST_F(SortIncludesTest, CommentsAlwaysSeparateGroups) {
  339 TEST_F(SortIncludesTest, HandlesAngledIncludesAsSeparateBlocks) {
  370 TEST_F(SortIncludesTest, RegroupsAngledIncludesInSeparateBlocks) {
  383 TEST_F(SortIncludesTest, HandlesMultilineIncludes) {
  393 TEST_F(SortIncludesTest, LeavesMainHeaderFirst) {
  469 TEST_F(SortIncludesTest, RecognizeMainHeaderInAllGroups) {
  483 TEST_F(SortIncludesTest, MainHeaderIsSeparatedWhenRegroupping) {
  498 TEST_F(SortIncludesTest, SupportCaseInsensitiveMatching) {
  521 TEST_F(SortIncludesTest, NegativePriorities) {
  541 TEST_F(SortIncludesTest, PriorityGroupsAreSeparatedWhenRegroupping) {
  569 TEST_F(SortIncludesTest, CalculatesCorrectCursorPosition) {
  582 TEST_F(SortIncludesTest, DeduplicateIncludes) {
  618 TEST_F(SortIncludesTest, SortAndDeduplicateIncludes) {
  654 TEST_F(SortIncludesTest, CalculatesCorrectCursorPositionAfterDeduplicate) {
  677 TEST_F(SortIncludesTest, DeduplicateLocallyInEachBlock) {
  691 TEST_F(SortIncludesTest, ValidAffactedRangesAfterDeduplicatingIncludes) {
  706 TEST_F(SortIncludesTest, DoNotSortLikelyXml) {
  717 TEST_F(SortIncludesTest, DoNotOutputReplacementsForSortedBlocksWithRegrouping) {
  727 TEST_F(SortIncludesTest,
  736 TEST_F(SortIncludesTest, DoNotRegroupGroupsInGoogleObjCStyle) {

References

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