Home
last modified time | relevance | path

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

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