Lines Matching refs:Reference
44 * Returns true if the symbol is visible by the reference and from the
48 const Reference& ref, const CallSite& callsite);
54 static const SymbolTable::Symbol* ResolveSymbol(const Reference& reference, SymbolTable* symbols);
58 * the symbol is not visible by the reference at the callsite, nullptr is
61 static const SymbolTable::Symbol* ResolveSymbolCheckVisibility(const Reference& reference,
72 static const SymbolTable::Symbol* ResolveAttributeCheckVisibility(const Reference& reference,
78 * Resolves the attribute reference and returns an xml::AaptAttribute if
82 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
91 static void WriteResourceName(DiagMessage* out_msg, const Reference& orig,
92 const Reference& transformed);
95 * Transforms the package name of the reference to the fully qualified package
99 * to the reference at the callsite, the reference is updated with an ID.
103 static bool LinkReference(const CallSite& callsite, Reference* reference, IAaptContext* context,