Searched refs:LIsScratch (Results 1 – 1 of 1) 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()