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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp420 bool IsPrevCompound = false; local
428 return IsPrevCompound;
436 IsPrevCompound = Node.get<CompoundStmt>() != nullptr;

Completed in 183 milliseconds