Searched refs:LDC (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp368 const DeclContext *LDC = getLexicalDeclContext(); local
369 if (!LDC->isDependentContext())
372 if (LDC->isFunctionOrMethod())
374 if (!isa<TagDecl>(LDC))
376 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC))
379 LDC = LDC->getLexicalParent();

Completed in 79 milliseconds