Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1498 bool isWrittenInScratchSpace(SourceLocation Loc) const { in isWrittenInScratchSpace() function
1526 if (isWrittenInScratchSpace(getSpellingLoc(loc))) { in isInSystemMacro()
1529 } while (isWrittenInScratchSpace(getSpellingLoc(loc))); in isInSystemMacro()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1054 if (!SpellLoc.isFileID() || SM.isWrittenInScratchSpace(SpellLoc)) in getImmediateMacroNameForDiagnostics()