Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineOutline.cpp151 auto TargetContext = findContextForNS(TargetNamespace, FD->getDeclContext()); in getFunctionSourceCode() local
152 if (!TargetContext) in getFunctionSourceCode()
180 AST, *TargetContext, SM.getLocForStartOfFile(SM.getMainFileID()), ND); in getFunctionSourceCode()
DDefineInline.cpp160 auto *TargetContext = Target->getLexicalDeclContext(); in qualifyAllDecls() local
200 FD->getASTContext(), TargetContext, Target->getBeginLoc(), ND); in qualifyAllDecls()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp451 const DeclContext *TargetContext) { in getRequiredQualification() argument
454 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp679 const DeclContext *TargetContext) { in getRequiredQualification() argument
682 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification()