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

  /external/clang/lib/Lex/
TokenConcatenation.cpp 165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
166 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == SpellLoc)
  /external/clang/tools/libclang/
CIndexHigh.cpp 139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
140 if (SpellLoc.isMacroID())
141 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
144 return SpellLoc;
CXSourceLocation.cpp 336 SourceLocation SpellLoc = SM.getFileLoc(Loc);
337 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 225 SourceLocation SpellLoc = Loc;
226 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER"))
    [all...]

Completed in 122 milliseconds