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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  731     return SourceLanguage::Swift;
lib/DebugInfo/CodeView/EnumTables.cpp
   99     CV_ENUM_ENT(SourceLanguage, Swift),
lib/DebugInfo/PDB/PDBExtras.cpp
  219     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Swift, OS)
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
  102               .Case(".swift", Lang == PDB_Lang::Swift)
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
   76   case PDB_Lang::Swift:
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
   68   case PDB_Lang::Swift:
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  209     RETURN_CASE(SourceLanguage, Swift, "swift");