Searched refs:setTypeForDecl (Results 1 – 9 of 9) sorted by relevance
581 DI->setTypeForDecl(T);
1907 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
3271 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
651 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
1485 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
2966 RI->setTypeForDecl(nullptr); in VisitRecordDecl()2975 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
5493 New->setTypeForDecl(UpdatedTy.getTypePtr()); in adjustObjCTypeParamBoundType()
2586 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()2594 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()2601 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()2633 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
549 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()