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.cpp2155 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()
2216 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
2267 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
2313 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
DTools.cpp7591 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()