Searched refs:TypeValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp413 unsigned &TypeValue = CompletionTypes[CanUsageType]; local
414 if (TypeValue == 0) {
415 TypeValue = CompletionTypes.size();
417 = TypeValue;
420 CachedResult.Type = TypeValue;

Completed in 120 milliseconds