Searched refs:setTypeForDecl (Results 1 – 5 of 5) sorted by relevance
474 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
1359 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
2391 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
1794 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()1802 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()1809 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
361 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()