Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h127 bool isInFunctionLikeBodyOfCode() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp75 if (!Code.isInFunctionLikeBodyOfCode()) in initiate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp418 bool CodeRangeASTSelection::isInFunctionLikeBodyOfCode() const { in isInFunctionLikeBodyOfCode() function in CodeRangeASTSelection