Home
last modified time | relevance | path

Searched refs:lookup_protocol (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc176 static tree lookup_protocol (tree, bool, bool);
2997 pp = lookup_protocol (pp, /* warn if deprecated */ false, in check_protocol_recursively()
3027 tree p = lookup_protocol (ident, /* warn_if_deprecated */ true, in lookup_and_install_protocols()
5863 tree p = lookup_protocol (protoname, /* warn if deprecated */ true, in objc_build_protocol_expr()
8269 lookup_protocol (tree ident, bool warn_if_deprecated, bool definition_required) in lookup_protocol() function
8329 if (lookup_protocol (name, /* warn if deprecated */ false, in objc_declare_protocol()
8385 protocol = lookup_protocol (name, /* warn_if_deprecated */ false, in start_protocol()
DChangeLog176 (lookup_protocol): Likewise.
1524 (lookup_protocol): Call check_that_protocol_is_defined.
1592 * objc-act.c (lookup_protocol): Added 'definition_required'
1595 (objc_declare_protocols): Updated call to lookup_protocol.
1600 Pass it to lookup_protocol.
1806 * objc-act.c (lookup_protocol): Added 'warn_if_deprecated'
1817 Updated call to lookup_protocol.
1818 (objc_build_protocol_expr): Updated call to lookup_protocol.