HomeSort by relevance Sort by last modified time
    Searched refs:getTypeDeclType (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/lib/AST/
InheritViz.cpp 137 QualType Self = Context.getTypeDeclType(this);
DeclCXX.cpp 94 C.getTypeDeclType(R, PrevDecl);
106 C.getTypeDeclType(R, /*PrevDecl=*/0);
    [all...]
ASTImporter.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
DeclTemplate.cpp 185 QualType ArgType = Context.getTypeDeclType(TTP);
731 Context.getTypeDeclType(Result, PrevDecl);
    [all...]
Decl.cpp     [all...]
ASTDiagnostic.cpp 338 Context.getTypeDeclType(Type),
    [all...]
ExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 215 QualType type = Context.getTypeDeclType(tag);
279 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
561 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)),
562 Context.getTypeDeclType(cast<TypeDecl>(SD))))) {
593 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
    [all...]
SemaAccess.cpp 413 = S.Context.getCanonicalType(S.Context.getTypeDeclType(Friend));
418 = S.Context.getCanonicalType(S.Context.getTypeDeclType(*I));
    [all...]
SemaTemplateInstantiate.cpp 463 << Context.getTypeDeclType(Record)
526 << Context.getTypeDeclType(PartialSpec)
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp 315 T = Context.getTypeDeclType(TD);
826 QualType T = Context.getTypeDeclType(Type)
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp 167 QualType T = Context.getTypeDeclType(Type);
192 MemberOfType = Context.getTypeDeclType(Record);
259 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl);
394 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
460 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
    [all...]
SemaCodeComplete.cpp 479 Context.getTypeDeclType(TD).getTypePtr());
659 return C.getTypeDeclType(Type);
672 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
801 QualType RecordTy = Context.getTypeDeclType(Record);
918 SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
    [all...]
SemaLambda.cpp 396 CSI.ReturnType = Context.getTypeDeclType(ED);
    [all...]
SemaType.cpp 903 Result = Context.getTypeDeclType(D);
    [all...]
SemaInit.cpp     [all...]
SemaLookup.cpp 386 QualType T = SemaRef.Context.getTypeDeclType(TD);
    [all...]
TreeTransform.h 728 return SemaRef.Context.getTypeDeclType(Typedef);
733 return SemaRef.Context.getTypeDeclType(Record);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 149 return MakeCXType(Context.getTypeDeclType(TD), TU);
175 QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first);
670 Ty = Ctx.getTypeDeclType(TD);
  /external/clang/lib/CodeGen/
CGClass.cpp 553 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
812 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
    [all...]

Completed in 305 milliseconds

1 2