Searched refs:LIsScratch (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1979 bool LIsScratch = LB == "<scratch space>"; local
1982 if (LIsScratch || RIsScratch) {
1983 if (LIsScratch != RIsScratch)
1984 return LIsScratch;

Completed in 103 milliseconds