Lines Matching refs:RootDefinition
749 RootDefinition* root, BmhParser& bmhParser) { in checkTokens()
757 def = root->find(fullName, RootDefinition::AllowParens::kYes); in checkTokens()
791 def = root->find(paramName, RootDefinition::AllowParens::kYes); in checkTokens()
808 def = root->find(operatorName, RootDefinition::AllowParens::kYes); in checkTokens()
818 def = root->find(constructorName, RootDefinition::AllowParens::kYes); in checkTokens()
823 def = root->find(macroName, RootDefinition::AllowParens::kYes); in checkTokens()
829 RootDefinition::AllowParens::kYes); in checkTokens()
854 def = root->find(lowerName, RootDefinition::AllowParens::kYes); in checkTokens()
865 def = root->find(withParens, RootDefinition::AllowParens::kNo); in checkTokens()
918 def = root->find(anonName, RootDefinition::AllowParens::kYes); in checkTokens()
922 RootDefinition* rootDef = &enumIter->second; in checkTokens()
990 def = root->find(constName, RootDefinition::AllowParens::kYes); in checkTokens()
1003 def = root->find(innerName, RootDefinition::AllowParens::kYes); in checkTokens()
1080 RootDefinition* root = nullptr; in crossCheck()
1115 RootDefinition* root = &finder->second; in crossCheck()
3567 const RootDefinition* root, const Definition* bDef) { in suggestFix()