HomeSort by: relevance | last modified time | path
    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