Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h132 const Decl *getFunctionLikeNearestParent() const;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp101 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); in createSourceReplacements()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp441 const Decl *CodeRangeASTSelection::getFunctionLikeNearestParent() const { in getFunctionLikeNearestParent() function in CodeRangeASTSelection