HomeSort by: relevance | last modified time | path
    Searched defs:lookup_qualified_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 7297 lookup_qualified_name (tree scope, tree name, LOOK_want want, bool complain)
7329 tree lookup_qualified_name (tree t, const char *p, LOOK_want w, bool c)
7331 return lookup_qualified_name (t, get_identifier (p), w, c);
7293 lookup_qualified_name (tree scope, tree name, LOOK_want want, bool complain) function
7325 tree lookup_qualified_name (tree t, const char *p, LOOK_want w, bool c) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 7095 lookup_qualified_name (tree scope, tree name, LOOK_want want, bool complain)
7127 tree lookup_qualified_name (tree t, const char *p, LOOK_want w, bool c)
7129 return lookup_qualified_name (t, get_identifier (p), w, c);
7091 lookup_qualified_name (tree scope, tree name, LOOK_want want, bool complain) function
7123 tree lookup_qualified_name (tree t, const char *p, LOOK_want w, bool c) function

Completed in 26 milliseconds