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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 9311   SourceLocation Loc = II ? IdentLoc : LBrace;
 9319   if (II) {
 9331     LookupResult R(*this, II, IdentLoc, LookupOrdinaryName,
 9341         DiagnoseNamespaceInlineMismatch(*this, NamespaceLoc, Loc, II,
 9346         << II;
 9350     } else if (II->isStr("std") &&
 9374       DiagnoseNamespaceInlineMismatch(*this, NamespaceLoc, NamespaceLoc, II,
 9379                                                  StartLoc, Loc, II, PrevNS);
 9395   if (II) {