Home | History | Annotate | Download | only in bookmaker

Lines Matching full:rootdefinition

218         RootDefinition* root = &finder->second;
226 RootDefinition* root = nullptr;
256 const Definition* def = root->find(fullName, RootDefinition::AllowParens::kYes);
266 def = root->find(paramName, RootDefinition::AllowParens::kYes);
283 def = root->find(operatorName, RootDefinition::AllowParens::kYes);
292 def = root->find(constructorName, RootDefinition::AllowParens::kYes);
297 def = root->find(macroName, RootDefinition::AllowParens::kYes);
303 RootDefinition::AllowParens::kYes);
328 def = root->find(lowerName, RootDefinition::AllowParens::kYes);
342 def = root->find(withParens, RootDefinition::AllowParens::kNo);
391 def = root->find(anonName, RootDefinition::AllowParens::kYes);
425 def = root->find(constName, RootDefinition::AllowParens::kYes);
428 def = root->find(innerName, RootDefinition::AllowParens::kYes);
472 RootDefinition* root = &finder->second;