Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypeValue

396         unsigned &TypeValue = CompletionTypes[CanUsageType];
397 if (TypeValue == 0) {
398 TypeValue = CompletionTypes.size();
400 = TypeValue;
403 CachedResult.Type = TypeValue;