Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h131 const Decl *getFunctionLikeNearestParent() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp100 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); in createSourceReplacements()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp440 const Decl *CodeRangeASTSelection::getFunctionLikeNearestParent() const { in getFunctionLikeNearestParent() function in CodeRangeASTSelection