Lines Matching defs:Db
4869 struct Db struct
4872 malloc_alloc<char>> String;
4873 typedef Vector<string_pair<String>> sub_type;
4874 typedef Vector<sub_type> template_param_type;
4875 sub_type names;
4876 template_param_type subs;
4877 Vector<template_param_type> template_param;
4878 unsigned cv;
4879 unsigned ref;
4880 unsigned encoding_depth;
4881 bool parsed_ctor_dtor_cv;
4882 bool tag_templates;
4883 bool fix_forward_references;
4884 bool try_to_parse_template_args;
4887 Db(arena<N>& ar) : in Db() function