Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp421 bool IsPrevCompound = false; in isInFunctionLikeBodyOfCode() local
429 return IsPrevCompound; in isInFunctionLikeBodyOfCode()
437 IsPrevCompound = Node.get<CompoundStmt>() != nullptr; in isInFunctionLikeBodyOfCode()