Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1597 bool IsInModuleIncludes = !getLangOpts().CurrentModule.empty() && in loadModule() local
1603 if (IsInclusionDirective && hasASTContext() && !IsInModuleIncludes) { in loadModule()