Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp559 bool isInlinedblock = false; in SortTypeList() local
562 isInlinedblock = true; in SortTypeList()
566 while (curr_block != nullptr && !isInlinedblock) { in SortTypeList()