Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp199 auto lines_up = symbol.getSession().findLineNumbersByAddress( in GetDeclarationForSymbol() local
201 if (!lines_up) in GetDeclarationForSymbol()
203 first_line_up = lines_up->getNext(); in GetDeclarationForSymbol()