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

References

tools/clang/lib/Parse/ParseDecl.cpp
 4551       attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1878           getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
 1934         DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
tools/clang/lib/Sema/SemaDecl.cpp
 4568     Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class)
 4570       << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc());
 6926                  D.getDeclSpec().getModulePrivateSpecLoc());
 6930         << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
 6934         << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
 6935         << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
 8836           = D.getDeclSpec().getModulePrivateSpecLoc();
13078       << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
13079       << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
14372         << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
14373         << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());