Searched refs:NewFlag (Results 1 – 5 of 5) sorted by relevance
152 void BasicBlock::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() argument153 if (NewFlag && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()155 else if (!NewFlag && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()158 void BasicBlock::setNewDbgInfoFormatFlag(bool NewFlag) { in setNewDbgInfoFormatFlag() argument159 IsNewDbgInfoFormat = NewFlag; in setNewDbgInfoFormatFlag()
102 void Function::setIsNewDbgInfoFormat(bool NewFlag) { in setIsNewDbgInfoFormat() argument103 if (NewFlag && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()105 else if (!NewFlag && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()108 void Function::setNewDbgInfoFormatFlag(bool NewFlag) { in setNewDbgInfoFormatFlag() argument110 BB.setNewDbgInfoFormatFlag(NewFlag); in setNewDbgInfoFormatFlag()112 IsNewDbgInfoFormat = NewFlag; in setNewDbgInfoFormatFlag()
248 void setNewDbgInfoFormatFlag(bool NewFlag) { in setNewDbgInfoFormatFlag() argument250 F.setNewDbgInfoFormatFlag(NewFlag); in setNewDbgInfoFormatFlag()252 IsNewDbgInfoFormat = NewFlag; in setNewDbgInfoFormatFlag()
96 void setIsNewDbgInfoFormat(bool NewFlag);97 void setNewDbgInfoFormatFlag(bool NewFlag);
7469 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() argument7471 if (Attributes & NewFlag) in ObjCPropertyFlagConflicts()7474 Attributes |= NewFlag; in ObjCPropertyFlagConflicts()