- t_auto - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
auto c = expression;
- t_Bool - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
-
- t_Bool - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICBasicType
-
Deprecated.
- t_bool - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_bool - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType
-
Deprecated.
- t_bool - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
Represents a boolean type (bool in c++, _Bool in c)
- t_char - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_char - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
char c;
- t_char - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
-
Deprecated.
- t_char16_t - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
char16_t c;
- t_char32_t - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
char32_t c;
- t_decimal128 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
_Decimal128 i;
- t_decimal32 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
_Decimal32 i;
- t_decimal64 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
_Decimal64 i;
- t_decltype - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
decltype('c') c;
- t_double - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_double - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
double d;
- t_double - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
-
Deprecated.
- t_float - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_float - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
float f;
- t_float - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
-
Deprecated.
- t_float128 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
__float128 i;
- t_int - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_int - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
int i;
- t_int - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
-
Deprecated.
- t_int128 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
__int128 i;
- t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
-
- t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier
-
- t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
-
- t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
-
- t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
Deprecated.
all constants must be defined in this interface
- t_long - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_short - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_signed - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
-
- t_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPBasicType
-
Deprecated.
don't use this constant.
- t_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
typeof 'c' c;
- t_unsigned - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
Used for omitted declaration specifiers.
- t_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
-
Deprecated.
- t_void - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_void - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
void x();
- t_void - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
-
Deprecated.
- t_wchar_t - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
Deprecated.
- t_wchar_t - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType
-
Deprecated.
- t_wchar_t - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
-
wchar_t c;
- taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorElifStatement
-
Was this #elif branch taken?
- taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorElseStatement
-
Was this #else branch taken?
- taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIfdefStatement
-
Returns whether this branch was taken.
- taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIfndefStatement
-
Returns whether this branch was taken.
- taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIfStatement
-
Was this branch taken?
- takesVarArgs() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPFunctionType
-
Whether the function type takes variable number of arguments.
- takesVarArgs() - Method in interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator
-
Does this function take a variable number of arguments?
- takesVarArgs() - Method in interface org.eclipse.cdt.core.dom.ast.IFunction
-
Returns true
if this function takes variable arguments.
- takesVarArgs() - Method in interface org.eclipse.cdt.core.dom.ast.IFunctionType
-
Whether the function type takes variable number of arguments.
- TARGET_TYPEID - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTAliasDeclaration
-
MAPPING_TYPE represents the pre-existing type id which
the new symbol aliases.
- TASK_MARKER - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
-
C model task marker type (value "org.eclipse.cdt.core.task"
).
- TEMPLATE_ID_ARGUMENT - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
-
TEMPLATE_ID_ARGUMENT = template id argument.
- TEMPLATE_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
-
TEMPLATE_NAME is the IASTName.
- TEMPORARY - Static variable in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
-
Deprecated.
use ICBreakpointTyped.TEMPORARY
- TERM - Variable in class org.eclipse.cdt.utils.spawner.Spawner
-
- terminate() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDISession
-
Causes this element to terminate, generating a KIND_TERMINATE
event.
- terminate() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
-
Causes this target to terminate.
- terminate() - Method in class org.eclipse.cdt.utils.spawner.Spawner
-
- terminateSessionOnExit() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDISessionConfiguration
-
Returns whether the session should be terminated when the inferior exits.
- THEN - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
-
THEN
represents the relationship between an
IASTIfStatement
and its nested IASTStatement
(then).
- ti_extern - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
-
Deprecated.
ti_extern
implies 'extern' keyword is used.
- ti_inline - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
-
Deprecated.
ti_inline
implies 'inline' keyword is used.
- ti_static - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
-
Deprecated.
ti_static
implies 'static' keyword is used.
- toCharArray() - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNameSpecifier
-
- toCharArray() - Method in interface org.eclipse.cdt.core.dom.ast.IASTName
-
Returns the name including qualification and template arguments.
- toString() - Method in class org.eclipse.cdt.core.dom.ast.ASTNodeProperty
-
- toString() - Method in interface org.eclipse.cdt.core.dom.ast.IASTLiteralExpression
-
Returns the value of the literal as string.
- toString() - Method in interface org.eclipse.cdt.core.dom.ast.IASTName
-
- toString() - Method in class org.eclipse.cdt.core.model.CModelException
-
Returns a printable representation of this exception suitable for debugging
purposes only.
- toString(int) - Static method in class org.eclipse.cdt.core.model.Flags
-
Returns a standard string describing the given modifier flags.
- toString() - Method in exception org.eclipse.cdt.debug.core.cdi.CDIException
-
- TRAILING_RETURN_TYPE - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
-
- TYPE_AUTO_FOR_NON_STATIC_FIELD - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_CANNOT_DEDUCE_AUTO_TYPE - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_ENUMERATION_EXPECTED - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_FILE - Static variable in interface org.eclipse.cdt.core.model.ILanguageMappingChangeEvent
-
- TYPE_FILTER - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGCCASTAttributeSpecifier
-
- TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConversionName
-
- TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
-
- TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
-
TYPE_ID
represents the relationship between a cast
expression and the type cast to.
- TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
TYPEID
represents the relationship between an IASTTypeIdExpression
and
it's nested IASTTypeId
.
- TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdInitializerExpression
-
TYPE_ID
represents the relationship between an
IASTTypeIdInitializerExpression
and
IASTTypeId
.
- TYPE_MATCHER - Static variable in interface org.eclipse.cdt.core.dom.ast.IType
-
- TYPE_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCompositeTypeSpecifier
-
TYPE_NAME
represents the relationship between an
IASTCompositeTypeSpecifier
and its IASTName
.
- TYPE_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTElaboratedTypeSpecifier
-
TYPE_NAME
describes the relationship between
IASTElaboratedTypeSpecifier
and IASTName
.
- TYPE_NO_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_NOT_PERSISTED - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_PROJECT - Static variable in interface org.eclipse.cdt.core.model.ILanguageMappingChangeEvent
-
- TYPE_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
-
- TYPE_UNKNOWN_FOR_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_UNRESOLVED_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- TYPE_WORKSPACE - Static variable in interface org.eclipse.cdt.core.model.ILanguageMappingChangeEvent
-
- TYPENAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
-
Deprecated.
TYPENAME
is the name of the type.
- TYPEOF_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
-
- TYPEOF_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
-