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

References

tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp
   64   Output.split(Lines, '\n', /*MaxSplit=*/-1, /*KeepEmpty=*/false);
   67       Lines, [SIS](llvm::StringRef Line) { return Line.trim() == SIS; });
   68   if (StartIt == Lines.end()) {
   74       llvm::find_if(llvm::make_range(StartIt, Lines.end()),
   76   if (EndIt == Lines.end()) {