Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DIncludeOrderCheck.cpp25 : LookForMainModule(true), Check(Check), SM(SM) {} in IncludeOrderPPCallbacks()
46 bool LookForMainModule; member in clang::tidy::llvm_check::__anonb6a2e2360111::IncludeOrderPPCallbacks
87 if (LookForMainModule && !IsAngled) { in InclusionDirective()
89 LookForMainModule = false; in InclusionDirective()
97 LookForMainModule = true; in EndOfMainFile()