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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
10508     R.setHideTags(false);
10513     R.setBaseObjectType(
10517   LookupQualifiedName(R, LookupContext);
10523   if (R.empty() &&
10538             CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
10538             CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
10573           R.addDecl(Ctor);
10574         R.resolveKind();
10579         R.addDecl(ND);
10588   if (R.isAmbiguous())
10593     if (!R.getAsSingle<TypeDecl>()) {
10595       for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I)
10595       for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I)
10604     if (IsInstantiation && R.getAsSingle<TypeDecl>()) {
10606       Diag(R.getFoundDecl()->getLocation(), diag::note_using_decl_target);
10613   if (R.getAsSingle<NamespaceDecl>()) {
10621   if (auto *ED = R.getAsSingle<EnumConstantDecl>()) {
10636     R.suppressDiagnostics();
10641   for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I) {
10641   for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I) {