Searched refs:ShouldHaveAttr (Results 1 – 1 of 1) sorted by relevance
53 bool ShouldHaveAttr = Reg.match(Attr, &Matches) && Matches[0] == Attr; in hasMatchesExactlyAttributes() local54 if (ShouldHaveAttr != hasAttributeInAssume(*Assume, WasOn, Attr)) in hasMatchesExactlyAttributes()228 bool ShouldHaveAttr = Reg.match(Attr, &Matches) && Matches[0] == Attr; in FindExactlyAttributes() local230 …if (ShouldHaveAttr != (Map.find(RetainedKnowledgeKey{WasOn, Attribute::getAttrKindFromName(Attr)})… in FindExactlyAttributes()