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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp200 const DependentNameType *DNT = TL.getTypePtr(); local
201 const NestedNameSpecifier *NNS = DNT->getQualifier();
218 DeclarationName Name(DNT->getIdentifier());
H A DUSRGeneration.cpp861 if (const DependentNameType *DNT = T->getAs<DependentNameType>()) {
863 printQualifier(Out, Ctx, DNT->getQualifier());
864 Out << ':' << DNT->getIdentifier()->getName();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6065 if (const auto *DNT = T->getAs<DependentNameType>())
6066 return NestedNameSpecifier::Create(*this, DNT->getQualifier(),
6067 const_cast<IdentifierInfo *>(DNT->getIdentifier()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5056 bool VisitDependentNameType(DependentNameType *DNT) { argument
5057 const auto *Q = DNT->getQualifier();
5059 addType(DNT->getIdentifier());
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/metag/
H A Dmetadsp21.d[all...]
H A Dmetadsp21.s[all...]

Completed in 346 milliseconds