Searched refs:setTypeForDecl (Results 1 – 6 of 6) sorted by relevance
499 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
1578 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
2574 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
1908 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()1916 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()1923 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()1955 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
440 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()
5553 DI->setTypeForDecl(T); in readTypeRecord()