Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp1645 bool IsInModuleIncludes = !getLangOpts().CurrentModule.empty() && in loadModule() local
1651 if (IsInclusionDirective && hasASTContext() && !IsInModuleIncludes) { in loadModule()