Searched refs:ActiveModule (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1449 Module *ActiveModule = nullptr; member in class:clang::ModuleMapParser
1765 auto D = Diags.Report(ActiveModule->DefinitionLoc,
1773 if (M->Directory != ActiveModule->Directory)
1776 SmallString<128> FullName(ActiveModule->getFullModuleName());
1784 if (ActiveModule->Parent && ActiveModule->Name == "Private" && !M->Parent &&
1785 M->Name == ActiveModule->Parent->Name) {
1786 Diags.Report(ActiveModule->DefinitionLoc,
1796 if (FrameworkLoc.isValid() || ActiveModule->Parent->IsFramework)
1802 SourceRange(FixItInitBegin, ActiveModule
[all...]

Completed in 90 milliseconds