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.cpp173 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); in AvoidConcat() local
174 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc) in AvoidConcat()
H A DLexer.cpp1080 SourceLocation SpellLoc = Expansion.getSpellingLoc(); in getImmediateMacroName() local
1081 if (SpellLoc.isFileID()) in getImmediateMacroName()
1087 if (SM.isInFileID(SpellLoc, MacroFID)) in getImmediateMacroName()
1091 Loc = SpellLoc; in getImmediateMacroName()
1117 SourceLocation SpellLoc = SM.getSpellingLoc(Loc); in getImmediateMacroNameForDiagnostics() local
1118 if (!SpellLoc.isFileID() || SM.isWrittenInScratchSpace(SpellLoc)) in getImmediateMacroNameForDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1781 SourceLocation SpellLoc, in associateFileChunkWithMacroArgExp() argument
1784 if (!SpellLoc.isFileID()) { in associateFileChunkWithMacroArgExp()
1785 SourceLocation::UIntTy SpellBeginOffs = SpellLoc.getOffset(); in associateFileChunkWithMacroArgExp()
1795 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1825 assert(SpellLoc.isFileID()); in associateFileChunkWithMacroArgExp()
1828 if (!isInFileID(SpellLoc, FID, &BeginOffs)) in associateFileChunkWithMacroArgExp()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1981 SourceLocation SpellLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp265 SourceLocation SpellLoc = Loc; in DiagnoseUnusedExprResult() local
266 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER")) in DiagnoseUnusedExprResult()