OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp
255
SourceLocation
spellLoc
= SourceMgr.getSpellingLoc(loc);
256
unsigned tokLen = Lexer::MeasureTokenLength(
spellLoc
, SourceMgr, LangOpts);
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
831
SourceLocation
spellLoc
= SM.getSpellingLoc(loc);
832
unsigned tokLen = MeasureTokenLength(
spellLoc
, SM, LangOpts);
998
SourceLocation
SpellLoc
= Expansion.getSpellingLoc();
999
if (
SpellLoc
.isFileID())
1005
if (SM.isInFileID(
SpellLoc
, MacroFID))
1009
Loc =
SpellLoc
;
Completed in 51 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026