Home | History | Annotate | Download | only in link

Lines Matching refs:Reference

39      * Returns true if the symbol is visible by the reference and from the callsite.
41 static bool isSymbolVisible(const SymbolTable::Symbol& symbol, const Reference& ref,
48 static const SymbolTable::Symbol* resolveSymbol(const Reference& reference,
53 * not visible by the reference at the callsite, nullptr is returned. outError holds
56 static const SymbolTable::Symbol* resolveSymbolCheckVisibility(const Reference& reference,
66 static const SymbolTable::Symbol* resolveAttributeCheckVisibility(const Reference& reference,
73 * Resolves the attribute reference and returns an xml::AaptAttribute if successful.
76 static Maybe<xml::AaptAttribute> compileXmlAttribute(const Reference& reference,
86 static void writeResourceName(DiagMessage* outMsg, const Reference& orig,
87 const Reference& transformed);
90 * Transforms the package name of the reference to the fully qualified package name using
92 * to the reference at the callsite, the reference is updated with an ID.
95 static bool linkReference(Reference* reference, IAaptContext* context, SymbolTable* symbols,