Searched refs:TargetContext (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineOutline.cpp | 216 getFunctionSourceCode(const FunctionDecl *FD, const DeclContext *TargetContext, in getFunctionSourceCode() 227 // qualifies those to be valid in TargetContext. in getFunctionSourceCode() 253 getQualification(AST, TargetContext, in getFunctionSourceCode() 273 getQualification(AST, TargetContext, in getFunctionSourceCode() 598 auto TargetContext = 600 if (!TargetContext) 603 return InsertionPoint{*TargetContext, *Offset}; 182 getFunctionSourceCode(const FunctionDecl * FD,const DeclContext * TargetContext,const syntax::TokenBuffer & TokBuf,const HeuristicResolver * Resolver) getFunctionSourceCode() argument 538 auto TargetContext = getInsertionPoint() local
|
H A D | DefineInline.cpp | 144 auto *TargetContext = Target->getLexicalDeclContext(); in qualifyAllDecls() local 189 FD->getASTContext(), TargetContext, Target->getBeginLoc(), ND); in qualifyAllDecls()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 720 /// (\p CurContext) to the target context (\p TargetContext). in end() 727 /// \param TargetContext the context in which the named entity actually 734 const DeclContext *TargetContext) { 737 for (const DeclContext *CommonAncestor = TargetContext; in getRequiredQualification() argument
|