Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp859 (options().getCompareScopes() && scopeCount() != Scope->scopeCount()) || in findIn()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h233 size_t scopeCount() const { return Scopes ? Scopes->size() : 0; } in scopeCount() function