Home
last modified time | relevance | path

Searched refs:SpellLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp177 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat() local
178 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc) in AvoidConcat()
H A DLexer.cpp1076 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() local
1077 if (SpellLoc.isFileID()) in getImmediateMacroName()
1083 if (SM.isInFileID(SpellLoc, MacroFID)) in getImmediateMacroName()
1087 Loc = SpellLoc; in getImmediateMacroName()
1113 SourceLocation SpellLoc = SM.getSpellingLoc(Loc); in getImmediateMacroNameForDiagnostics() local
1114 if (!SpellLoc.isFileID() || SM.isWrittenInScratchSpace(SpellLoc)) in getImmediateMacroNameForDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1786 SourceLocation SpellLoc, in associateFileChunkWithMacroArgExp() argument
1789 if (!SpellLoc.isFileID()) { in associateFileChunkWithMacroArgExp()
1790 SourceLocation::UIntTy SpellBeginOffs = SpellLoc.getOffset(); in associateFileChunkWithMacroArgExp()
1799 auto [SpellFID, SpellRelativeOffs] = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1829 assert(SpellLoc.isFileID()); in associateFileChunkWithMacroArgExp()
1832 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1989 SourceLocation SpellLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp269 SourceLocation SpellLoc = Loc; in DiagnoseUnused() local
270 if (S.findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnused()