Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp210 const DependentNameType *DNT = TL.getTypePtr(); in VisitDependentNameTypeLoc() local
211 const NestedNameSpecifier *NNS = DNT->getQualifier(); in VisitDependentNameTypeLoc()
228 DeclarationName Name(DNT->getIdentifier()); in VisitDependentNameTypeLoc()
H A DUSRGeneration.cpp903 if (const DependentNameType *DNT = T->getAs<DependentNameType>()) { in VisitType() local
905 printQualifier(Out, Ctx, DNT->getQualifier()); in VisitType()
906 Out << ':' << DNT->getIdentifier()->getName(); in VisitType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp5369 bool VisitDependentNameType(DependentNameType *DNT) { in VisitDependentNameType() argument
5370 const auto *Q = DNT->getQualifier(); in VisitDependentNameType()
5372 addType(DNT->getIdentifier()); in VisitDependentNameType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6817 if (const auto *DNT = T->getAs<DependentNameType>()) in getCanonicalNestedNameSpecifier() local
6819 *this, DNT->getQualifier(), in getCanonicalNestedNameSpecifier()
6820 const_cast<IdentifierInfo *>(DNT->getIdentifier())); in getCanonicalNestedNameSpecifier()