Home
last modified time | relevance | path

Searched refs:getTypeTempSuffix (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
DTypes.h37 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
/external/clang/lib/Driver/
DTypes.cpp47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
DDriver.cpp1666 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()
1730 types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
1773 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
1820 types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
DTools.cpp6007 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()