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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp712 const auto *TypedefT = dyn_cast<TypedefType>(T); local
713 if (!TypedefT) {
717 const TypedefNameDecl *D = TypedefT->getDecl();
743 const IdentifierInfo *TypedefII = TypedefT->getDecl()->getIdentifier();
H A DASTImporter.cpp3122 if (const TypedefType *TypedefT =
3124 TypedefNameDecl *TD = TypedefT->getDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2448 if (auto TypedefT = dyn_cast<TypedefType>(QT.getTypePtr()))
2449 Decl = TypedefT->getDecl();

Completed in 101 milliseconds