Searched refs:TypeString (Results 1 – 7 of 7) sorted by relevance
67 IsImageType(StringRef TypeString) { in IsImageType() argument68 return TypeString == "image2d_t" || TypeString == "image3d_t"; in IsImageType()72 IsSamplerType(StringRef TypeString) { in IsSamplerType() argument73 return TypeString == "sampler_t"; in IsSamplerType()
143 CaptureMethods(std::string TypeString, const clang::CXXRecordDecl *ASTClass, in CaptureMethods() argument164 returns(asString(TypeString))) in CaptureMethods()
399 const std::string& TypeString, in MigrateBlockOrFunctionPointerTypeVariable() argument401 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable()521 std::string TypeString = RT.getAsString(SubPolicy); in rewriteToObjCProperty() local536 TypeString, in rewriteToObjCProperty()539 char LastChar = TypeString[TypeString.size()-1]; in rewriteToObjCProperty()540 PropertyString += TypeString; in rewriteToObjCProperty()769 std::string TypeString = DesignatedEnumType.getAsString(Policy); in rewriteToNSMacroDecl() local771 ClassString += TypeString; in rewriteToNSMacroDecl()
2254 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()2256 Str += TypeString; in RewriteBlockPointerType()2270 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable()3299 std::string TypeString; in SynthesizeBlockFunc() local3300 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc()3301 TypeString += " *"; in SynthesizeBlockFunc()3302 Name = TypeString + Name; in SynthesizeBlockFunc()3438 std::string TypeString; in SynthesizeBlockImpl() local3440 TypeString += " *"; in SynthesizeBlockImpl()3441 FieldName = TypeString + FieldName; in SynthesizeBlockImpl()[all …]
893 S += TypeString; in getIvarAccessString()2341 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()2343 Str += TypeString; in RewriteBlockPointerType()2357 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable()4090 std::string TypeString; in SynthesizeBlockFunc() local4092 TypeString += " *"; in SynthesizeBlockFunc()4093 Name = TypeString + Name; in SynthesizeBlockFunc()4229 std::string TypeString; in SynthesizeBlockImpl() local4231 TypeString += " *"; in SynthesizeBlockImpl()4233 ArgName = TypeString + ArgName; in SynthesizeBlockImpl()[all …]
865 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode() argument871 "expected a reference to a '" + TypeString + in typecheckMDNode()
10547 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType() local10548 if (!TypeString.empty()) { in appendRecordType()10549 Enc += TypeString; in appendRecordType()10599 StringRef TypeString = TSC.lookupStr(ID); in appendEnumType() local10600 if (!TypeString.empty()) { in appendEnumType()10601 Enc += TypeString; in appendEnumType()