Searched refs:castCode (Results 1 – 2 of 2) sorted by relevance
118 StringRef castCode = "(tablegen_opaque_val.cast<ConcreteAttr>())"; in AttrInterfaceGenerator() local119 nonStaticMethodFmt.addSubst("_attr", castCode).withSelf(castCode); in AttrInterfaceGenerator()132 StringRef castCode = "(llvm::cast<ConcreteOp>(tablegen_opaque_val))"; in OpInterfaceGenerator() local134 .withOp(castCode) in OpInterfaceGenerator()135 .withSelf(castCode); in OpInterfaceGenerator()148 StringRef castCode = "(tablegen_opaque_val.cast<ConcreteType>())"; in TypeInterfaceGenerator() local149 nonStaticMethodFmt.addSubst("_type", castCode).withSelf(castCode); in TypeInterfaceGenerator()
3816 std::string castCode = "("; in addFixitForObjCARCConversion() local3817 castCode += bridgeKeyword; in addFixitForObjCARCConversion()3818 castCode += castType.getAsString(); in addFixitForObjCARCConversion()3819 castCode += ")"; in addFixitForObjCARCConversion()3825 std::string castCode = "("; in addFixitForObjCARCConversion() local3826 castCode += bridgeKeyword; in addFixitForObjCARCConversion()3827 castCode += castType.getAsString(); in addFixitForObjCARCConversion()3828 castCode += ")"; in addFixitForObjCARCConversion()3833 castCode)); in addFixitForObjCARCConversion()3835 castCode += "("; in addFixitForObjCARCConversion()[all …]