reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 bool addByName(const Atom &);
30 bool SymbolTable::add(const UndefinedAtom &atom) { return addByName(atom); } 32 bool SymbolTable::add(const SharedLibraryAtom &atom) { return addByName(atom); } 34 bool SymbolTable::add(const AbsoluteAtom &atom) { return addByName(atom); } 42 return addByName(atom);