HomeSort by: relevance | last modified time | path
    Searched defs:SpellLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenConcatenation.cpp 173 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
174 if (PrevSpellLoc.getLocWithOffset(PrevTok.getLength()) == 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;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 322 SourceLocation SpellLoc = SM.getFileLoc(Loc);
323 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
CIndexHigh.cpp 136 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
137 if (SpellLoc.isMacroID())
138 return getFileSpellingLoc(SM, SpellLoc, isMacroArg);
141 return SpellLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 259 SourceLocation SpellLoc = Loc;
260 if (findMacroSpelling(SpellLoc, "UNREFERENCED_PARAMETER"))

Completed in 87 milliseconds