HomeSort by relevance Sort by last modified time
    Searched full:spellloc (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CIndexHigh.cpp 124 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
125 if (SpellLoc.isMacroID())
126 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
129 return SpellLoc;
CIndex.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 765 SourceLocation spellLoc = SM.getSpellingLoc(loc);
766 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
    [all...]

Completed in 1056 milliseconds