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

References

tools/clang/include/clang/AST/DeclBase.h
 1799     return const_cast<DeclContext*>(this)->getLexicalParent();
tools/clang/lib/AST/DeclBase.cpp
 1044         getLexicalParent()->getRedeclContext()->isRecord())
 1045       return getLexicalParent();
 1776     DC = DC->getLexicalParent();
tools/clang/lib/Parse/ParseTemplate.cpp
 1478     DD = DD->getLexicalParent();
tools/clang/lib/Sema/SemaCUDA.cpp
  273   bool InClass = MemberDecl->getLexicalParent() == MemberDecl->getParent();
tools/clang/lib/Sema/SemaDecl.cpp
 1268     DC = DC->getLexicalParent();
 1278     while (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(DC->getLexicalParent()))
 1286   return DC->getLexicalParent();
 1375   assert(CurContext == FD->getLexicalParent() &&
 1394   CurContext = CurContext->getLexicalParent();
 7298       if (RD->isLambda() && OldDC->Encloses(NewDC->getLexicalParent())) {
tools/clang/lib/Sema/SemaLambda.cpp
  296           = Param->getDeclContext()->getLexicalParent())
tools/clang/lib/Sema/SemaLookup.cpp
 1735         DC = DC->getLexicalParent();
tools/clang/lib/Sema/SemaModule.cpp
  454     for (auto *DC = CurContext; DC; DC = DC->getLexicalParent()) {
  495     for (auto *DC = CurContext; DC; DC = DC->getLexicalParent()) {
tools/clang/lib/Serialization/ASTReader.cpp
10020       if (auto *RD = dyn_cast<CXXRecordDecl>(FD->getLexicalParent()))
10038           } else if (FD->getLexicalParent()->isFileContext() &&
10039                      NonConstDefn->getLexicalParent()->isFileContext()) {
tools/clang/tools/libclang/CIndex.cpp
  296          DeclDC; DeclDC = DeclDC->getLexicalParent()) {
tools/lldb/source/Symbol/ClangASTImporter.cpp
  189                               &clang::DeclContext::getLexicalParent)) {
  233          decl_context; decl_context = decl_context->getLexicalParent()) {
  237           llvm::isa<TranslationUnitDecl>(redecl_context->getLexicalParent())) {