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

Declarations

tools/clang/include/clang/Tooling/Syntax/Tokens.h
  124   FileRange range(const SourceManager &SM) const;

References

tools/clang/lib/Tooling/Syntax/Tokens.cpp
   67   auto F = First.range(SM);
   68   auto L = Last.range(SM);
tools/clang/tools/extra/clangd/refactor/tweaks/ExpandMacro.cpp
   61   return It->range(SM).touches(CursorOffset) ? It : nullptr;
tools/clang/unittests/Tooling/Syntax/TokensTest.cpp
  750   EXPECT_EQ(Int.range(SM), FileRange(SM.getMainFileID(), Code.range("i").Begin,
  778     ActualMacroRanges.push_back(Expansion->range(SM));