Home
last modified time | relevance | path

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

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