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

References

tools/clang/lib/Tooling/Syntax/Tokens.cpp
  136   auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
  140   if (It == File.Mappings.begin()) {
  142     return {&File.SpelledTokens[ExpandedIndex - File.BeginExpanded], nullptr};
  142     return {&File.SpelledTokens[ExpandedIndex - File.BeginExpanded], nullptr};
  148     return {&File.SpelledTokens[It->BeginSpelled], /*Mapping*/ &*It};
  153       &File.SpelledTokens[It->EndSpelled + (ExpandedIndex - It->EndExpanded)],