|
const char * | getTypeName (ID Id) |
| getTypeName - Return the name of the type for Id .
|
|
ID | getPreprocessedType (ID Id) |
| getPreprocessedType - Get the ID of the type for this input when it has been preprocessed, or INVALID if this input is not preprocessed.
|
|
ID | getPrecompiledType (ID Id) |
| getPrecompiledType - Get the ID of the type for this input when it has been precompiled, or INVALID if this input is not precompiled.
|
|
const char * | getTypeTempSuffix (ID Id, bool CLStyle=false) |
| getTypeTempSuffix - Return the suffix to use when creating a temp file of this type, or null if unspecified.
|
|
bool | onlyPrecompileType (ID Id) |
| onlyPrecompileType - Should this type only be precompiled.
|
|
bool | canTypeBeUserSpecified (ID Id) |
| canTypeBeUserSpecified - Can this type be specified on the command line (by the type name); this is used when forwarding commands to gcc.
|
|
bool | |