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

References

tools/clang/lib/Sema/SemaAccess.cpp
   84     : Inner(DC),
   85       Dependent(DC->isDependentContext()) {
  106       if (isa<CXXRecordDecl>(DC)) {
  107         CXXRecordDecl *Record = cast<CXXRecordDecl>(DC);
  109         DC = Record->getDeclContext();
  110       } else if (isa<FunctionDecl>(DC)) {
  111         FunctionDecl *Function = cast<FunctionDecl>(DC);
  114           DC = Function->getLexicalDeclContext();
  116           DC = Function->getDeclContext();
  117       } else if (DC->isFileContext()) {
  120         DC = DC->getParent();
  120         DC = DC->getParent();