Home
last modified time | relevance | path

Searched refs:IK_CSystemInclude (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeSorter.h31 IK_CSystemInclude = 1, ///< e.g. ``#include <stdio.h>`` enumerator
H A DIncludeSorter.cpp76 return IncludeFile.endswith(".h") ? IncludeSorter::IK_CSystemInclude in determineIncludeKind()