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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp173 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation()); local
174 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc)
H A DLexer.cpp995 SourceLocation SpellLoc = Expansion.getSpellingLoc(); local
996 if (SpellLoc.isFileID())
1002 if (SM.isInFileID(SpellLoc, MacroFID))
1006 Loc = SpellLoc;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1750 SourceLocation SpellLoc,
1753 if (!SpellLoc.isFileID()) {
1754 unsigned SpellBeginOffs = SpellLoc.getOffset();
1764 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1794 assert(SpellLoc.isFileID());
1797 if (!isInFileID(SpellLoc, FID, &BeginOffs))
1747 associateFileChunkWithMacroArgExp( MacroArgsMap &MacroArgsCache, FileID FID, SourceLocation SpellLoc, SourceLocation ExpansionLoc, unsigned ExpansionLength) const argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h339 SourceLocation SpellLoc = SourceLocation::getFromRawEncoding(SpellingLoc); local
340 return SpellLoc.isInvalid() ? getExpansionLocStart() : SpellLoc;
1857 SourceLocation SpellLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp258 SourceLocation SpellLoc = Loc; local
259 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER"))

Completed in 149 milliseconds