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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  461   ArrayRef<SubstringAndIndex>
  462   indexLookup(StringRef Key, ArrayRef<SubstringAndIndex> Idx) const {
  470   SubstringAndIndex longestMatch(StringRef Key,
  471                                  ArrayRef<SubstringAndIndex> Idx) const {
  491   std::vector<SubstringAndIndex> Paths;      // Full path.
  495   std::vector<SubstringAndIndex> Stems;      // Basename, without extension.
  496   std::vector<SubstringAndIndex> Components; // Last path components.