OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 09 00:24:00 UTC 2026