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

References

tools/clang/lib/Sema/SemaLookup.cpp
 1297         if (CXXRecordDecl *Record = dyn_cast_or_null<CXXRecordDecl>(Ctx))
 1311     if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
 1318       Ctx = OutsideOfTemplateParamDC;
 1322     if (Ctx) {
 1329       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1329       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1329       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1329       for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
 1333         if (Ctx->isTransparentContext())
 1339         if (Ctx->isFunctionOrMethod()) {
 1342           if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) {
 1363         if (Ctx->isFileContext()) {
 1367             for (DeclContext *UCtx = Ctx; UCtx; UCtx = UCtx->getParent()) {
 1387           if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) {
 1401         if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true))