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

References

tools/clang/lib/Lex/HeaderSearch.cpp
  814         StringRef Framework = FromHFI.Framework;
  819         ToHFI.Framework = Framework;
  950         HFI.Framework = getUniqueFrameworkName(StringRef(Filename.begin(),
  982       ScratchFilename += IncludingHFI.Framework;
 1156   if (HFI.Framework.empty())
 1157     HFI.Framework = OtherHFI.Framework;
 1157     HFI.Framework = OtherHFI.Framework;
tools/clang/lib/Serialization/ASTReader.cpp
 1895     HFI.Framework = HS->getUniqueFrameworkName(FrameworkName);
tools/clang/lib/Serialization/ASTWriter.cpp
 2062       if (!Data.HFI.Framework.empty()) {
 2065           = FrameworkNameOffset.find(Data.HFI.Framework);
 2068           FrameworkStringData.append(Data.HFI.Framework.begin(),
 2069                                      Data.HFI.Framework.end());
 2072           FrameworkNameOffset[Data.HFI.Framework] = Offset;