Lines Matching defs:Private
208 // Ideally, private modules in the form 'FrameworkName.Private' should
209 // be defined as 'module FrameworkName.Private', and not as
210 // 'framework module FrameworkName.Private', since a 'Private.Framework'
213 if (M->IsFramework && M->Name == "Private")
511 Module *Private = nullptr;
525 Private = Header.getModule();
545 if (Private) {
1554 /// contents of the Darwin.C.excluded (assert.h) and Tcl.Private modules as
1581 /// Private modules are canonicalized as Foo_Private. Clang provides extra
1584 /// in other ways (FooPrivate and Foo.Private), providing notes and fixits.
1853 /// Private modules are canonicalized as Foo_Private. Clang provides extra
1856 /// in other ways (FooPrivate and Foo.Private), providing notes and fixits.
1873 if (!FullName.starts_with(M->Name) && !FullName.ends_with("Private"))
1879 // Foo.Private -> Foo_Private
1880 if (ActiveModule->Parent && ActiveModule->Name == "Private" && !M->Parent &&
2136 // Private modules named as FooPrivate, Foo.Private or similar are likely a
2311 /// This affects Darwin.C.excluded (for assert.h) and Tcl.Private.
2319 M->fullModuleNameIs({"Tcl", "Private"}))) {