Searched defs:TypedefTy (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ | ||
H A D | TypedefUnderlyingTypeResolver.cpp | 24 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); getUnderlyingTypeDecl() local |
H A D | DeclarationFragments.cpp | 280 if (const TypedefType *TypedefTy = dyn_cast<TypedefType>(T)) { getFragmentsForType() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 8685 if (const TypedefType* TypedefTy = CurType->getAs<TypedefType>()) { HandleOpenCLAccessAttr() local |
H A D | SemaChecking.cpp | 12280 if (const auto *TypedefTy = ExprTy->getAs<TypedefType>()) checkFormatExpr() local |