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