Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h128 bool isInFunctionLikeBodyOfCode() const;
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp76 if (!Code.isInFunctionLikeBodyOfCode()) in initiate()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp419 bool CodeRangeASTSelection::isInFunctionLikeBodyOfCode() const { in isInFunctionLikeBodyOfCode() function in CodeRangeASTSelection