Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1520 bool isWrittenInScratchSpace(SourceLocation Loc) const { in isWrittenInScratchSpace() function
1548 if (isWrittenInScratchSpace(getSpellingLoc(loc))) { in isInSystemMacro()
1551 } while (isWrittenInScratchSpace(getSpellingLoc(loc))); in isInSystemMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1073 if (!SpellLoc.isFileID() || SM.isWrittenInScratchSpace(SpellLoc)) in getImmediateMacroNameForDiagnostics()