Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp863 (options().getCompareLines() && lineCount() != Scope->lineCount())); in equalNumberOfChildren()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h231 size_t lineCount() const { return Lines ? Lines->size() : 0; } in lineCount() function