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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp401 QualType UsageType = getDeclUsageType(*Ctx, R.Declaration); local
402 if (UsageType.isNull()) {
407 = Ctx->getCanonicalType(UsageType.getUnqualifiedType());

Completed in 103 milliseconds