Home | History | Annotate | Download | only in link

Lines Matching refs:SymbolTable

25 #include "process/SymbolTable.h"
48 ReferenceLinkerVisitor(IAaptContext* context, SymbolTable* symbols, StringPool* stringPool,
81 const SymbolTable::Symbol* symbol = ReferenceLinker::resolveAttributeCheckVisibility(
127 SymbolTable* mSymbols;
167 bool ReferenceLinker::isSymbolVisible(const SymbolTable::Symbol& symbol, const Reference& ref,
181 const SymbolTable::Symbol* ReferenceLinker::resolveSymbol(const Reference& reference,
183 SymbolTable* symbols) {
194 const SymbolTable::Symbol* ReferenceLinker::resolveSymbolCheckVisibility(
195 const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols,
197 const SymbolTable::Symbol* symbol = resolveSymbol(reference, nameMangler, symbols);
210 const SymbolTable::Symbol* ReferenceLinker::resolveAttributeCheckVisibility(
211 const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols,
213 const SymbolTable::Symbol* symbol = resolveSymbolCheckVisibility(reference, nameMangler,
229 SymbolTable* symbols,
232 const SymbolTable::Symbol* symbol = resolveSymbol(reference, nameMangler, symbols);
259 SymbolTable* symbols, xml::IPackageDeclStack* decls,
269 const SymbolTable::Symbol* s = resolveSymbolCheckVisibility(