Home
last modified time | relevance | path

Searched refs:UsageType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp400 QualType UsageType = getDeclUsageType(*Ctx, R.Declaration); in CacheCodeCompletionResults() local
401 if (UsageType.isNull()) { in CacheCodeCompletionResults()
406 = Ctx->getCanonicalType(UsageType.getUnqualifiedType()); in CacheCodeCompletionResults()