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

Declarations

tools/clang/include/clang/Driver/Types.h
   46   const char *getTypeTempSuffix(ID Id, bool CLMode = false);

References

tools/clang/lib/Driver/Driver.cpp
 4346     const char *Extension = types::getTypeTempSuffix(FileType, true);
 4407     const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
 4486     const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
 4533           Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode()));
tools/clang/lib/Driver/ToolChains/Clang.cpp
 6292       Twine("-type=") + types::getTypeTempSuffix(Output.getType())));
 6379       Twine("-type=") + types::getTypeTempSuffix(Input.getType())));
tools/clang/lib/Driver/ToolChains/Darwin.cpp
  234           D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object));