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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 9837   assert(IdentLoc.isValid() && "Invalid NamespceName location.");
 9850   LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
 9861       Diag(IdentLoc, diag::ext_using_undefined_std);
 9866     else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
 9875     DiagnoseUseOfDecl(Named, IdentLoc);
 9895                                       IdentLoc, Named, CommonAncestor);
 9898         !SourceMgr.isInMainFile(SourceMgr.getExpansionLoc(IdentLoc))) {
 9899       Diag(IdentLoc, diag::warn_using_directive_in_header);
 9904     Diag(IdentLoc, diag::err_expected_namespace_name) << SS.getRange();