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