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.h1526 bool isWrittenInScratchSpace(SourceLocation Loc) const { in isWrittenInScratchSpace() function
1563 if (isWrittenInScratchSpace(getSpellingLoc(loc))) { in isInSystemMacro()
1566 } while (isWrittenInScratchSpace(getSpellingLoc(loc))); in isInSystemMacro()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp314 SM.isWrittenInScratchSpace(SM.getSpellingLoc(Loc))) { in getNonScratchExpansionLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1114 if (!SpellLoc.isFileID() || SM.isWrittenInScratchSpace(SpellLoc)) in getImmediateMacroNameForDiagnostics()