Searched refs:getTypeDeclType (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp138 QualType Self = Context.getTypeDeclType(this);
H A DDeclCXX.cpp106 C.getTypeDeclType(R, PrevDecl);
124 C.getTypeDeclType(R, /*PrevDecl=*/nullptr);
1310 QualType ClassType = Context.getTypeDeclType(this);
1549 = Context.getCanonicalType(Context.getTypeDeclType(getParent()));
1570 = Context.getCanonicalType(Context.getTypeDeclType(getParent()));
1607 QualType ClassTy = C.getTypeDeclType(getParent());
H A DRecordLayoutBuilder.cpp1875 << Context.getTypeDeclType(RD)
1885 << Context.getTypeDeclType(RD);
1965 << Context.getTypeDeclType(D->getParent())
1972 << Context.getTypeDeclType(D->getParent())
3133 OS << C.getTypeDeclType(const_cast<RecordDecl*>(RD)).getAsString();
3277 OS << "Type: " << getTypeDeclType(RD).getAsString() << "\n";
H A DASTImporter.cpp919 << Context.C2.getTypeDeclType(Owner2);
931 << Context.C2.getTypeDeclType(Owner2);
957 << Context.C2.getTypeDeclType(Owner2);
1006 << Context.C2.getTypeDeclType(D2);
1063 << Context.C2.getTypeDeclType(D2);
1082 << Context.C2.getTypeDeclType(D2);
1097 << Context.C2.getTypeDeclType(D2);
1111 << Context.C2.getTypeDeclType(D2);
1132 << Context.C2.getTypeDeclType(D2);
1147 << Context.C2.getTypeDeclType(D
[all...]
H A DDeclTemplate.cpp215 QualType ArgType = Context.getTypeDeclType(TTP);
768 Context.getTypeDeclType(Result, PrevDecl);
H A DASTDiagnostic.cpp421 Context.getTypeDeclType(Type),
H A DExprCXX.cpp984 QualType T = Context.getTypeDeclType(Class);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1191 QualType getTypeDeclType(const TypeDecl *Decl, function in class:clang::ASTContext::DynTypedNodeList
1470 return getTypeDeclType(getObjCInstanceTypeDecl());
1483 return getTypeDeclType(FILEDecl);
1495 return getTypeDeclType(jmp_bufDecl);
1507 return getTypeDeclType(sigjmp_bufDecl);
1519 return getTypeDeclType(ucontext_tDecl);
1594 return getTypeDeclType(getObjCIdDecl());
1604 return getTypeDeclType(getObjCSelDecl());
1616 return getTypeDeclType(getObjCClassDecl());
1635 return getTypeDeclType(getBOOLDec
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp203 QualType type = Context.getTypeDeclType(tag);
305 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
651 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)),
652 Context.getTypeDeclType(cast<TypeDecl>(SD))))) {
691 Context.getTypeDeclType(cast<TypeDecl>(SD->getUnderlyingDecl()));
H A DSemaAccess.cpp414 = S.Context.getCanonicalType(S.Context.getTypeDeclType(Friend));
419 = S.Context.getCanonicalType(S.Context.getTypeDeclType(*I));
1061 << S.Context.getTypeDeclType(ECRecord);
1090 << S.Context.getTypeDeclType(ECRecord);
1274 << S.Context.getTypeDeclType(NamingClass)
1275 << S.Context.getTypeDeclType(DeclaringClass);
1605 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass);
1682 Context.getTypeDeclType(ObjectClass));
H A DSemaTemplateInstantiate.cpp408 << Context.getTypeDeclType(Record)
477 << Context.getTypeDeclType(PartialSpec)
913 = cast<TemplateTypeParmType>(getSema().Context.getTypeDeclType(TTPD));
1874 << S.Context.getTypeDeclType(Instantiation);
1881 << S.Context.getTypeDeclType(Instantiation);
1886 << S.Context.getTypeDeclType(Instantiation);
H A DSemaTemplate.cpp1658 T = Context.getTypeDeclType(Record);
1688 T = Context.getTypeDeclType(Parent);
1698 T = Context.getTypeDeclType(Parent);
1732 T = Context.getTypeDeclType(Parent);
2185 QualType ICNT = Context.getTypeDeclType(Record);
2226 CanonType = Context.getTypeDeclType(Decl);
4196 << S.Context.getTypeDeclType(Tag) << SR;
5405 = Context.getTypeDeclType(cast<RecordDecl>(VD->getDeclContext()));
6428 CanonType = Context.getTypeDeclType(Specialization);
6451 << Context.getTypeDeclType(Specializatio
[all...]
H A DSemaCoroutine.cpp86 QualType PromiseType = S.Context.getTypeDeclType(Promise);
H A DSemaDeclCXX.cpp1384 << BaseType << Context.getTypeDeclType(Class);
1846 PathDisplayStr += Context.getTypeDeclType(Paths.getOrigin()).getAsString();
2772 SemaRef.Context.getTypeDeclType(ClassDecl),
2963 Context.getTypeDeclType(Type),
2993 BaseType = Context.getTypeDeclType(TyD);
3254 << BaseType << Context.getTypeDeclType(ClassDecl)
4374 Context.getTypeDeclType(ClassDecl));
4401 << Context.getTypeDeclType(ClassDecl) << VBase.getType(),
4402 Context.getTypeDeclType(ClassDecl)) ==
4405 Context.getTypeDeclType(ClassDec
[all...]
H A DSemaTemplateInstantiateDecl.cpp2869 << SemaRef.Context.getTypeDeclType(PrevDecl);
4576 QualType T = Context.getTypeDeclType(Spec);
4622 << Context.getTypeDeclType(cast<CXXRecordDecl>(ParentDC));
4635 << Context.getTypeDeclType(cast<TypeDecl>(Spec->getDeclContext()));
4637 << Context.getTypeDeclType(Spec);
H A DSemaCodeComplete.cpp478 Context.getTypeDeclType(TD).getTypePtr());
658 return C.getTypeDeclType(Type);
668 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
799 QualType RecordTy = Context.getTypeDeclType(Record);
917 false, SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
983 SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
2077 T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext()));
5500 = Context.getTypeDeclType(TD)->getAs<ObjCObjectType>())
H A DSemaExprCXX.cpp204 QualType T = Context.getTypeDeclType(Type);
231 MemberOfType = Context.getTypeDeclType(Record);
304 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl);
491 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
565 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
848 QualType ClassTy = Context.getTypeDeclType(
2189 BadAllocType = Context.getTypeDeclType(getStdBadAlloc());
H A DSemaDecl.cpp422 T = Context.getTypeDeclType(TD);
974 QualType T = Context.getTypeDeclType(Type);
1016 QualType T = Context.getTypeDeclType(Type);
1847 OldType = Context.getTypeDeclType(Old);
4297 Context.getTypeDeclType(Record),
4318 Context.getTypeDeclType(Record),
4389 QualType RecTy = Context.getTypeDeclType(Record);
4494 QualType CurClassType = Context.getTypeDeclType(CurClass);
4761 Context.getTypeDeclType(cast<CXXRecordDecl>(Cur))))
6734 QualType T = S->Context.getTypeDeclType(BaseRecor
[all...]
H A DSemaDeclObjC.cpp517 SuperClassType = Context.getTypeDeclType(TDecl);
1283 auto type = Context.getTypeDeclType(typeDecl);
1473 type = Context.getTypeDeclType(actualTypeDecl);
H A DSemaInit.cpp6380 QualType Class = S.Context.getTypeDeclType(Constructor->getParent());
7143 << S.Context.getTypeDeclType(Constructor->getParent())
7156 << S.Context.getTypeDeclType(Constructor->getParent())
7218 << S.Context.getTypeDeclType(Constructor->getParent())
H A DSemaLambda.cpp665 CSI.ReturnType = Context.getTypeDeclType(ED);
H A DSemaType.cpp1385 Result = Context.getTypeDeclType(D);
2827 << SemaRef.Context.getTypeDeclType(OwnedTagDecl);
3906 << Context.getTypeDeclType(Tag);
6753 T == Context.getTypeDeclType(Context.getFloat128StubType())) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp86 QualType QualTy = Ctx.getTypeDeclType(D);
H A DCGClass.cpp709 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1051 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1207 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
1986 QualType type = getContext().getTypeDeclType(ctor->getParent());
2076 QualType DestTy = getContext().getTypeDeclType(ClassDecl);
2155 getContext().getTypeDeclType(D->getParent()),
H A DMicrosoftCXXABI.cpp2627 const Type *SrcRecTy = Ctx.getTypeDeclType(SrcRD).getTypePtr();
3573 ABI.getAddrOfRTTIDescriptor(Context.getTypeDeclType(Class.RD))),
3620 CGM.GetAddrOfRTTIDescriptor(Context.getTypeDeclType(RD))),

Completed in 394 milliseconds

12