Searched refs:setTypeForDecl (Results 1 – 9 of 9) sorted by relevance
564 DI->setTypeForDecl(T);
1896 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
3124 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
629 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
1434 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
2937 RI->setTypeForDecl(nullptr); in VisitRecordDecl()2946 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
5273 New->setTypeForDecl(UpdatedTy.getTypePtr()); in adjustObjCTypeParamBoundType()
2259 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()2267 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()2274 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()2306 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
540 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()