Searched refs:ParentDeclCtx (Results 1 – 1 of 1) sorted by relevance
180 const DeclContext *ParentDeclCtx = in findInsertionPoint() local182 while (ParentDeclCtx && !ParentDeclCtx->isFileContext()) { in findInsertionPoint()183 ParentDeclCtx = ParentDeclCtx->getLexicalParent(); in findInsertionPoint()185 if (auto *ND = llvm::dyn_cast_or_null<NamespaceDecl>(ParentDeclCtx)) { in findInsertionPoint()