Home
last modified time | relevance | path

Searched refs:AddTypeRef (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h236 void AddTypeRef(QualType T) { in AddTypeRef() function
237 return Writer->AddTypeRef(getASTContext(), T, *Record); in AddTypeRef()
240 AddTypeRef(T); in writeQualType()
H A DASTWriter.h759 void AddTypeRef(ASTContext &Context, QualType T, RecordDataImpl &Record);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp604 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitTypeDecl()
613 Record.AddTypeRef(D->getUnderlyingType()); in VisitTypedefNameDecl()
677 Record.AddTypeRef(D->getIntegerType()); in VisitEnumDecl()
678 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
755 Record.AddTypeRef(D->getType()); in VisitValueDecl()
780 Record.AddTypeRef(D->getTypeSourceInfo() ? D->getTypeSourceInfo()->getType() in VisitDeclaratorDecl()
996 Record.AddTypeRef(D->getReturnType()); in VisitObjCMethodDecl()
1037 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitObjCInterfaceDecl()
1147 Record.AddTypeRef(D->getType()); in VisitObjCPropertyDecl()
1210 Record.AddTypeRef(QualType(D->getCapturedVLAType(), 0)); in VisitFieldDecl()
[all …]
H A DASTWriterStmt.cpp627 Record.AddTypeRef(E->getType()); in VisitExpr()
1100 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
1101 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
1512 Record.AddTypeRef(E->getSuperReceiverType()); in VisitObjCPropertyRefExpr()
1551 Record.AddTypeRef(E->getSuperType()); in VisitObjCMessageExpr()
2030 Record.AddTypeRef(E->getBaseType()); in VisitCXXDependentScopeMemberExpr()
2117 Record.AddTypeRef(E->getBaseType()); in VisitUnresolvedMemberExpr()
H A DASTWriter.cpp5975 AddTypeRef(Context, Context.getRawCFConstantStringType(), SpecialTypes); in WriteASTCore()
5976 AddTypeRef(Context, Context.getFILEType(), SpecialTypes); in WriteASTCore()
5977 AddTypeRef(Context, Context.getjmp_bufType(), SpecialTypes); in WriteASTCore()
5978 AddTypeRef(Context, Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore()
5979 AddTypeRef(Context, Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()
5980 AddTypeRef(Context, Context.ObjCClassRedefinitionType, SpecialTypes); in WriteASTCore()
5981 AddTypeRef(Context, Context.ObjCSelRedefinitionType, SpecialTypes); in WriteASTCore()
5982 AddTypeRef(Context, Context.getucontext_tType(), SpecialTypes); in WriteASTCore()
6794 AddTypeRef(QualType()); in AddTypeSourceInfo()
6798 AddTypeRef(TInfo->getType()); in AddTypeSourceInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2436 …TypeRefENS_8QualTypeERN4llvm15SmallVectorImplIyEE", "clang::ASTWriter::AddTypeRef(clang::QualType,…