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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 432 class name_lookup class
452 name_lookup *previous; /* Previously active lookup. */
458 static name_lookup *active;
461 name_lookup (tree n, LOOK_want w = LOOK_want::NORMAL) function in class:name_lookup
468 ~name_lookup ()
475 name_lookup (const name_lookup &);
476 name_lookup &operator= (const name_lookup &);
567 vec<tree, va_heap, vl_embed> *name_lookup::shared_scopes
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 428 class name_lookup class
448 name_lookup *previous; /* Previously active lookup. */
454 static name_lookup *active;
457 name_lookup (tree n, LOOK_want w = LOOK_want::NORMAL) function in class:name_lookup
464 ~name_lookup ()
471 name_lookup (const name_lookup &);
472 name_lookup &operator= (const name_lookup &);
562 vec<tree, va_heap, vl_embed> *name_lookup::shared_scopes
    [all...]

Completed in 23 milliseconds