Searched refs:TypedefTy (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp24 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); local
25 if (TypedefTy)
26 TypeDecl = TypedefTy->getDecl();
34 if (TypeDecl && TypedefTy) {
38 const TypedefNameDecl *TypedefDecl = TypedefTy->getDecl();
52 const TypedefType *TypedefTy = Type->getAs<TypedefType>(); local
55 if (!TypedefTy)
H A DDeclarationFragments.cpp257 if (const TypedefType *TypedefTy = dyn_cast<TypedefType>(T)) {
258 const TypedefNameDecl *Decl = TypedefTy->getDecl();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8223 if (const TypedefType* TypedefTy = CurType->getAs<TypedefType>()) {
8224 QualType BaseTy = TypedefTy->desugar();
8228 if (TypedefTy->getDecl()->hasAttr<OpenCLAccessAttr>()) {
8230 TypedefTy->getDecl()->getAttr<OpenCLAccessAttr>();
8259 S.Diag(TypedefTy->getDecl()->getBeginLoc(),
H A DSemaChecking.cpp10558 if (const auto *TypedefTy = ExprTy->getAs<TypedefType>())
10559 Name = TypedefTy->getDecl()->getName();

Completed in 133 milliseconds