HomeSort by: relevance | last modified time | path
    Searched refs:getTypeTempSuffix (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Types.h 44 /// getTypeTempSuffix - Return the suffix to use when creating a
46 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp 76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) {
Driver.cpp 4825 const char *Extension = types::getTypeTempSuffix(FileType, true);
4905 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
4994 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
5052 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode()));
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp 237 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object));
Clang.cpp 7580 Twine("-type=") + types::getTypeTempSuffix(Output.getType())));
7667 Twine("-type=") + types::getTypeTempSuffix(Input.getType())));

Completed in 72 milliseconds