Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h126 /// Use the \c getFunctionLikeNearestParent to get the function-like parent
132 const Decl *getFunctionLikeNearestParent() const;
/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp101 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); in createSourceReplacements()
/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp441 const Decl *CodeRangeASTSelection::getFunctionLikeNearestParent() const { in getFunctionLikeNearestParent() function in CodeRangeASTSelection