Lines Matching refs:AllowParens
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()
991 def = root->find(constName, RootDefinition::AllowParens::kYes); in checkTokens()
1004 def = root->find(innerName, RootDefinition::AllowParens::kYes); in checkTokens()