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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  710     return SourceLanguage::C;
lib/DebugInfo/CodeView/EnumTables.cpp
   90     CV_ENUM_ENT(SourceLanguage, C),       CV_ENUM_ENT(SourceLanguage, Cpp),
lib/DebugInfo/PDB/PDBExtras.cpp
  201     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, C, OS)
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
  100               .Case(".c", Lang == PDB_Lang::C)
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
   74   case PDB_Lang::C:
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
   66   case PDB_Lang::C:
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  191     RETURN_CASE(SourceLanguage, C, "c");