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

1 2

  /external/clang/lib/AST/
InheritViz.cpp 137 QualType Self = Context.getTypeDeclType(const_cast<CXXRecordDecl *>(this));
DeclCXX.cpp 88 C.getTypeDeclType(R, PrevDecl);
98 C.getTypeDeclType(R, /*PrevDecl=*/0);
357 = Context.getTypeDeclType(const_cast<CXXRecordDecl*>(this));
395 QualType Class = Context.getTypeDeclType(const_cast<CXXRecordDecl *>(this));
    [all...]
ASTImporter.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
DeclTemplate.cpp 185 QualType ArgType = Context.getTypeDeclType(TTP);
731 Context.getTypeDeclType(Result, PrevDecl);
    [all...]
ASTDiagnostic.cpp 339 Context.getTypeDeclType(Type),
    [all...]
Decl.cpp     [all...]
ExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 221 QualType type = Context.getTypeDeclType(tag);
285 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
566 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)),
567 Context.getTypeDeclType(cast<TypeDecl>(SD))))) {
598 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
    [all...]
SemaAccess.cpp 404 = S.Context.getCanonicalType(S.Context.getTypeDeclType(Friend));
409 = 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 316 T = Context.getTypeDeclType(TD);
825 QualType T = Context.getTypeDeclType(Type);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp 773 Result = Context.getTypeDeclType(D);
    [all...]
SemaExprCXX.cpp 166 QualType T = Context.getTypeDeclType(Type);
191 MemberOfType = Context.getTypeDeclType(Record);
258 QualType T = Context.getTypeDeclType(NonMatchingTypeDecl);
393 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl);
479 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
    [all...]
SemaCodeComplete.cpp 473 Context.getTypeDeclType(TD).getTypePtr());
652 return C.getTypeDeclType(Type);
664 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
756 QualType RecordTy = Context.getTypeDeclType(Record);
867 SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
929 SemaRef.Context.getTypeDeclType(Tag).getTypePtr());
    [all...]
SemaLambda.cpp 252 LooseType = Ctx.getTypeDeclType(Enum);
    [all...]
SemaLookup.cpp 380 QualType T = SemaRef.Context.getTypeDeclType(TD);
539 = Context.getTypeDeclType(Class)->getAs<RecordType>())
    [all...]
SemaInit.cpp     [all...]
TreeTransform.h 719 return SemaRef.Context.getTypeDeclType(Typedef);
724 return SemaRef.Context.getTypeDeclType(Record);
729 return SemaRef.Context.getTypeDeclType(Enum);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 146 return MakeCXType(Context.getTypeDeclType(TD), TU);
172 QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first);
637 Ty = Ctx.getTypeDeclType(TD);
  /external/clang/lib/CodeGen/
CGClass.cpp 565 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
    [all...]

Completed in 987 milliseconds

1 2