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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp87 const Type *NNSType = NNS->getAsType(); local
88 if (!NNSType) {
93 NNSType = Context.getCanonicalType(NNSType);
95 = NNSType->getAs<TemplateSpecializationType>()) {
131 } else if (const RecordType *RecordT = NNSType->getAs<RecordType>()) {

Completed in 85 milliseconds