Home
last modified time | relevance | path

Searched defs:name_lookup (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c159 struct name_lookup struct
173 name_lookup *previous; /* Previously active lookup. */ argument
179 static name_lookup *active; argument
188 ~name_lookup () in ~name_lookup() argument
195 name_lookup &operator= (const name_lookup &); argument
198 static bool seen_p (tree scope) in seen_p()
202 static bool found_p (tree scope) in found_p()
208 static void mark_found (tree scope) in mark_found()
213 bool see_and_mark (tree scope) in see_and_mark()
246 using_queue *queue_usings (using_queue *queue, int depth, in queue_usings()