Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DODRHash.cpp712 const auto *TypedefT = dyn_cast<TypedefType>(T); in RemoveTypedef() local
713 if (!TypedefT) { in RemoveTypedef()
717 const TypedefNameDecl *D = TypedefT->getDecl(); in RemoveTypedef()
743 const IdentifierInfo *TypedefII = TypedefT->getDecl()->getIdentifier(); in RemoveTypedef()
DASTImporter.cpp3147 if (const TypedefType *TypedefT = in hasAutoReturnTypeDeclaredInside() local
3149 TypedefNameDecl *TD = TypedefT->getDecl(); in hasAutoReturnTypeDeclaredInside()
/external/llvm-project/clang/lib/Sema/
DSema.cpp2501 if (auto TypedefT = dyn_cast<TypedefType>(QT.getTypePtr())) in checkOpenCLDisabledTypeDeclSpec() local
2502 Decl = TypedefT->getDecl(); in checkOpenCLDisabledTypeDeclSpec()