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

References

tools/clang/lib/AST/Expr.cpp
  859     for (const DeclContext *DC = CD->getParent(); DC; DC = DC->getParent())
  859     for (const DeclContext *DC = CD->getParent(); DC; DC = DC->getParent())
  859     for (const DeclContext *DC = CD->getParent(); DC; DC = DC->getParent())
  862       if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
  862       if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
  863         const Decl *D = Decl::castFromDeclContext(DC);