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