reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  180     exit = lex.LexFromRawLexer(token);
  184         SM.getSpellingLineNumber(token.getLocation(), &invalid);
  195     unsigned start = SM.getSpellingColumnNumber(token.getLocation(), &invalid);
  202     if (token.isAnnotation())
  206     llvm::StringRef tok_str = line.substr(start, token.getLength());
  216     auto end = start + token.getLength();
  225         determineClangStyle(*this, token, tok_str, options, in_pp_directive);