Lines Matching refs:RootDefinition
750 RootDefinition* root, BmhParser& bmhParser) { in checkTokens()
758 def = root->find(fullName, RootDefinition::AllowParens::kYes); in checkTokens()
792 def = root->find(paramName, RootDefinition::AllowParens::kYes); in checkTokens()
809 def = root->find(operatorName, RootDefinition::AllowParens::kYes); in checkTokens()
819 def = root->find(constructorName, RootDefinition::AllowParens::kYes); in checkTokens()
824 def = root->find(macroName, RootDefinition::AllowParens::kYes); in checkTokens()
830 RootDefinition::AllowParens::kYes); in checkTokens()
855 def = root->find(lowerName, RootDefinition::AllowParens::kYes); in checkTokens()
866 def = root->find(withParens, RootDefinition::AllowParens::kNo); in checkTokens()
919 def = root->find(anonName, RootDefinition::AllowParens::kYes); in checkTokens()
923 RootDefinition* rootDef = &enumIter->second; in checkTokens()
991 def = root->find(constName, RootDefinition::AllowParens::kYes); in checkTokens()
1004 def = root->find(innerName, RootDefinition::AllowParens::kYes); in checkTokens()
1081 RootDefinition* root = nullptr; in crossCheck()
1116 RootDefinition* root = &finder->second; in crossCheck()
3568 const RootDefinition* root, const Definition* bDef) { in suggestFix()