Home
last modified time | relevance | path

Searched defs:TypedefTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp25 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); in getUnderlyingTypeDecl() local
53 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); in getSymbolReferenceForType() local
H A DDeclarationFragments.cpp304 if (const TypedefType *TypedefTy = dyn_cast<TypedefType>(T)) { in getFragmentsForType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8379 if (const TypedefType* TypedefTy = CurType->getAs<TypedefType>()) { in HandleOpenCLAccessAttr() local
H A DSemaChecking.cpp7516 if (const auto *TypedefTy = ExprTy->getAs<TypedefType>()) in checkFormatExpr() local