Home
last modified time | relevance | path

Searched defs:IsMainModule (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp41 bool IsMainModule; ///< true if this was the first include in a file member
59 static int getPriority(StringRef Filename, bool IsAngled, bool IsMainModule) { in getPriority()