Searched refs:setTypeForDecl (Results 1 – 6 of 6) sorted by relevance
480 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
1820 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
2591 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
1963 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()1971 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()1978 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()2010 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
472 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()
5586 DI->setTypeForDecl(T); in readTypeRecord()