Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeSorter.h33 IK_NonSystemInclude = 3, ///< e.g. ``#include "bar.h"`` enumerator
H A DIncludeSorter.cpp103 return IncludeSorter::IK_NonSystemInclude; in determineIncludeKind()