Searched defs:ce (Results 1 – 5 of 5) sorted by relevance
145 [](ConstantExpression* ce) { in postParse()163 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass() local180 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass() local256 for (auto* ce : type->getConstantExpressions()) { in lookupConstantExpressions() local258 [&](ConstantExpression* ce) { in lookupConstantExpressions()311 [](const ConstantExpression* ce) { return ce->validate(); }, in validateConstantExpressions()317 [](ConstantExpression* ce) { in evaluateConstantExpressions()353 for (auto* ce : type->getConstantExpressions()) { in checkAcyclicConstantExpressions() local
518 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()526 [](const auto* ce) { return const_cast<Reference<LocalIdentifier>*>(ce); }); in getReferences()538 [](const auto* ce) { return const_cast<Reference<Type>*>(ce); }); in getTypeReferences()
137 [](const auto* ce) { return const_cast<ConstantExpression*>(ce); }); in getConstantExpressions()
55 LiteralClassElement ce(literal); in TEST() local
123 tNFA_DTA_CE_DATA ce; member