Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp419 bool IsPrevCompound = false; in isInFunctionLikeBodyOfCode() local
427 return IsPrevCompound; in isInFunctionLikeBodyOfCode()
435 IsPrevCompound = Node.get<CompoundStmt>() != nullptr; in isInFunctionLikeBodyOfCode()