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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp179 const DependentNameType *DNT = TL.getTypePtr(); local
180 const NestedNameSpecifier *NNS = DNT->getQualifier();
197 DeclarationName Name(DNT->getIdentifier());
H A DUSRGeneration.cpp856 if (const DependentNameType *DNT = T->getAs<DependentNameType>()) {
858 printQualifier(Out, Ctx, DNT->getQualifier());
859 Out << ':' << DNT->getIdentifier()->getName();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4990 bool VisitDependentNameType(DependentNameType *DNT) { argument
4991 const auto *Q = DNT->getQualifier();
4993 addType(DNT->getIdentifier());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5929 if (const auto *DNT = T->getAs<DependentNameType>())
5930 return NestedNameSpecifier::Create(*this, DNT->getQualifier(),
5931 const_cast<IdentifierInfo *>(DNT->getIdentifier()));

Completed in 103 milliseconds