Home
last modified time | relevance | path

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

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