Home
last modified time | relevance | path

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

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