Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1524 bool isWrittenInScratchSpace(SourceLocation Loc) const { in isWrittenInScratchSpace() function
1552 if (isWrittenInScratchSpace(getSpellingLoc(loc))) { in isInSystemMacro()
1555 } while (isWrittenInScratchSpace(getSpellingLoc(loc))); in isInSystemMacro()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp316 SM.isWrittenInScratchSpace(SM.getSpellingLoc(Loc))) { in getNonScratchExpansionLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1118 if (!SpellLoc.isFileID() || SM.isWrittenInScratchSpace(SpellLoc)) in getImmediateMacroNameForDiagnostics()