Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h208 void AddTypeRef(QualType T) { in AddTypeRef() function
209 return Writer->AddTypeRef(T, *Record); in AddTypeRef()
212 AddTypeRef(T); in writeQualType()
H A DASTWriter.h719 void AddTypeRef(QualType T, RecordDataImpl &Record);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp451 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitTypeDecl()
460 Record.AddTypeRef(D->getUnderlyingType()); in VisitTypedefNameDecl()
524 Record.AddTypeRef(D->getIntegerType()); in VisitEnumDecl()
525 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
601 Record.AddTypeRef(D->getType()); in VisitValueDecl()
624 Record.AddTypeRef(D->getTypeSourceInfo() ? D->getTypeSourceInfo()->getType() in VisitDeclaratorDecl()
823 Record.AddTypeRef(D->getReturnType()); in VisitObjCMethodDecl()
864 Record.AddTypeRef(QualType(D->getTypeForDecl(), 0)); in VisitObjCInterfaceDecl()
974 Record.AddTypeRef(D->getType()); in VisitObjCPropertyDecl()
1037 Record.AddTypeRef(QualType(D->getCapturedVLAType(), 0)); in VisitFieldDecl()
[all …]
H A DASTWriterStmt.cpp618 Record.AddTypeRef(E->getType()); in VisitExpr()
1081 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
1082 Record.AddTypeRef(E->getComputationResultType()); in VisitCompoundAssignOperator()
1489 Record.AddTypeRef(E->getSuperReceiverType()); in VisitObjCPropertyRefExpr()
1528 Record.AddTypeRef(E->getSuperType()); in VisitObjCMessageExpr()
2005 Record.AddTypeRef(E->getBaseType()); in VisitCXXDependentScopeMemberExpr()
2092 Record.AddTypeRef(E->getBaseType()); in VisitUnresolvedMemberExpr()
H A DASTWriter.cpp5415 AddTypeRef(Context.getRawCFConstantStringType(), SpecialTypes); in WriteASTCore()
5416 AddTypeRef(Context.getFILEType(), SpecialTypes); in WriteASTCore()
5417 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); in WriteASTCore()
5418 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); in WriteASTCore()
5419 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); in WriteASTCore()
5420 AddTypeRef(Context.ObjCClassRedefinitionType, SpecialTypes); in WriteASTCore()
5421 AddTypeRef(Context.ObjCSelRedefinitionType, SpecialTypes); in WriteASTCore()
5422 AddTypeRef(Context.getucontext_tType(), SpecialTypes); in WriteASTCore()
6146 AddTypeRef(QualType()); in AddTypeSourceInfo()
6150 AddTypeRef(TInfo->getType()); in AddTypeSourceInfo()
[all …]