Searched refs:RIsScratch (Results 1 – 2 of 2) sorted by relevance
2121 bool RIsScratch = strcmp("<scratch space>", RB) == 0; in isBeforeInTranslationUnit() local2123 if (LIsScratch || RIsScratch) { in isBeforeInTranslationUnit()2124 if (LIsScratch != RIsScratch) in isBeforeInTranslationUnit()
2007 bool RIsScratch = RB == "<scratch space>"; in isBeforeInTranslationUnit() local2009 if (LIsScratch || RIsScratch) { in isBeforeInTranslationUnit()2010 if (LIsScratch != RIsScratch) in isBeforeInTranslationUnit()