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

Declarations

tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.h
   32   static StringRef toString(IncludeStyle Style);

References

tools/clang/tools/extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
  128                 utils::IncludeSorter::toString(IncludeStyle));
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
  128                 utils::IncludeSorter::toString(IncludeStyle));
tools/clang/tools/extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
   82                 utils::IncludeSorter::toString(IncludeStyle));
tools/clang/tools/extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
   55                 utils::IncludeSorter::toString(IncludeStyle));
tools/clang/tools/extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
  103                 utils::IncludeSorter::toString(IncludeStyle));
tools/clang/tools/extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
   47                 utils::IncludeSorter::toString(IncludeStyle));
tools/clang/tools/extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  180                 utils::IncludeSorter::toString(IncludeStyle));