reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/ModuleMap.cpp
 1738     if (M->Directory != ActiveModule->Directory)
 1742     if (!FullName.startswith(M->Name) && !FullName.endswith("Private"))
 1745     SmallString<128> Canonical(M->Name);
 1749     if (ActiveModule->Parent && ActiveModule->Name == "Private" && !M->Parent &&
 1750         M->Name == ActiveModule->Parent->Name) {
 1766       GenNoteAndFixIt(FullName, FixedPrivModDecl, M,
 1772     if (!ActiveModule->Parent && !M->Parent && M->Name != ActiveModule->Name &&
 1772     if (!ActiveModule->Parent && !M->Parent && M->Name != ActiveModule->Name &&
 1777       GenNoteAndFixIt(ActiveModule->Name, Canonical, M,