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

References

tools/clang/lib/Sema/SemaLookup.cpp
 1454     if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
 1461       Ctx = OutsideOfTemplateParamDC;
 1465     if (Ctx) {
 1472       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1472       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1472       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1472       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1476         if (Ctx->isTransparentContext())
 1483           assert(Ctx->isFileContext() &&
 1487           if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs))
 1496         if (R.isForRedeclaration() && !Ctx->isTransparentContext())
 1501     if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext())
 1501     if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext())