Home
last modified time | relevance | path

Searched refs:RIsScratch (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2063 bool RIsScratch = RB == "<scratch space>"; in isBeforeInTranslationUnit() local
2065 if (LIsScratch || RIsScratch) { in isBeforeInTranslationUnit()
2066 if (LIsScratch != RIsScratch) in isBeforeInTranslationUnit()