Home
last modified time | relevance | path

Searched refs:TargetContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp147 auto TargetContext = findContextForNS(TargetNamespace, FD->getDeclContext()); in getFunctionSourceCode() local
148 if (!TargetContext) in getFunctionSourceCode()
179 getQualification(AST, *TargetContext, in getFunctionSourceCode()
H A DDefineInline.cpp145 auto *TargetContext = Target->getLexicalDeclContext(); in qualifyAllDecls() local
190 FD->getASTContext(), TargetContext, Target->getBeginLoc(), ND); in qualifyAllDecls()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp712 const DeclContext *TargetContext) { in getRequiredQualification() argument
715 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification()