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(hasCanonicalType(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()
2253 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local2254 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()2256 Str += TypeString; in RewriteBlockPointerType()2269 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local2270 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() local[all …]
892 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString() local893 S += TypeString; in getIvarAccessString()2340 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local2341 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()2343 Str += TypeString; in RewriteBlockPointerType()2356 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local2357 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable()4090 std::string TypeString; in SynthesizeBlockFunc() local4091 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc()4092 TypeString += " *"; in SynthesizeBlockFunc()[all …]
879 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode() argument885 "expected a reference to a '" + TypeString + in typecheckMDNode()
10681 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType() local10682 if (!TypeString.empty()) { in appendRecordType()10683 Enc += TypeString; in appendRecordType()10733 StringRef TypeString = TSC.lookupStr(ID); in appendEnumType() local10734 if (!TypeString.empty()) { in appendEnumType()10735 Enc += TypeString; in appendEnumType()