Home | History | Annotate | Download | only in libpp

Lines Matching refs:symbols

3  * Internal container for symbols
22 * An arbitrary container of symbols. Supports lookup
35 /// return the number of symbols stored
49 /// find the symbols at the given filename and line number, if any
52 /// find the symbols defined in the given filename, if any
62 /// return start of symbols
65 /// return end of symbols
73 * The main container of symbols. Multiple symbols with the same
76 symbols_t symbols;
88 * Symbols sorted by location order. Lazily built on request,