HomeSort by relevance Sort by last modified time
    Searched defs:SpellLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Lex/
TokenConcatenation.cpp 165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
166 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc)
Lexer.cpp 811 SourceLocation spellLoc = SM.getSpellingLoc(loc);
812 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 331 SourceLocation SpellLoc = SM.getFileLoc(Loc);
332 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
CIndexHigh.cpp 139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
140 if (SpellLoc.isMacroID())
141 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
144 return SpellLoc;
  /external/clang/lib/Sema/
SemaStmt.cpp 226 SourceLocation SpellLoc = Loc;
227 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER"))
    [all...]

Completed in 1062 milliseconds