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

References

tools/clang/lib/Sema/SemaDecl.cpp
  346     LookupQualifiedName(Result, LookupCtx);
  348     if (ObjectTypePtr && Result.empty()) {
  355       LookupName(Result, S);
  359     LookupName(Result, S);
  363     if (Result.empty() && getLangOpts().MSVCCompat && (!SS || SS->isEmpty())) {
  371   switch (Result.getResultKind()) {
  377       TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind,
  405                          << Result.getLookupName() << isClassName);
  417     Result.suppressDiagnostics();
  426     if (Result.getAmbiguityKind() == LookupResult::AmbiguousTagHiding) {
  427       Result.suppressDiagnostics();
  432     for (LookupResult::iterator Res = Result.begin(), ResEnd = Result.end();
  432     for (LookupResult::iterator Res = Result.begin(), ResEnd = Result.end();
  450       Result.suppressDiagnostics();
  461     IIDecl = Result.getFoundDecl();
  496     Result.suppressDiagnostics();