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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
11123   LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName);
11130     if (!TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, Ident)) {
11131       Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();
11180   DiagnoseUseOfDecl(ND, IdentLoc);
11185                                IdentLoc, ND);