Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1482 bool isWrittenInScratchSpace(SourceLocation Loc) const { in isWrittenInScratchSpace() function
1505 if (isWrittenInScratchSpace(getSpellingLoc(loc))) { in isInSystemMacro()
1508 } while (isWrittenInScratchSpace(getSpellingLoc(loc))); in isInSystemMacro()