Searched refs:OldCSA (Results 1 – 1 of 1) sorted by relevance
16903 const auto *OldCSA = Old->getAttr<CodeSegAttr>(); in CheckOverridingFunctionAttributes() local16905 if ((NewCSA || OldCSA) && in CheckOverridingFunctionAttributes()16906 (!OldCSA || !NewCSA || NewCSA->getName() != OldCSA->getName())) { in CheckOverridingFunctionAttributes()