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

References

tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
  363       Symbol.SetFilePath(((HeaderPath[0] == '"' || HeaderPath[0] == '<')
  363       Symbol.SetFilePath(((HeaderPath[0] == '"' || HeaderPath[0] == '<')
  364                               ? HeaderPath
  365                               : "\"" + HeaderPath + "\""));