Searched refs:setTypeForDecl (Results 1 – 6 of 6) sorted by relevance
474 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
1364 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
2466 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
1874 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()1882 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()1889 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
379 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()
5541 DI->setTypeForDecl(T); in readTypeRecord()