Home | History | Annotate | Download | only in Sema

Lines Matching defs:DC

140     DeclContext *DC = computeDeclContext(SS, EnteringContext);
141 if (DC && DC->isFileContext()) {
143 LookupCtx = DC;
145 } else if (DC && isa<CXXRecordDecl>(DC)) {
835 DeclContext *DC = getFunctionLevelDeclContext();
837 if (CXXMethodDecl *method = dyn_cast<CXXMethodDecl>(DC)) {