OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spellLoc
(Results
1 - 2
of
2
) sorted by relevancy
/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
;
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 129 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026