Searched defs:DescTag (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3503 SynthesizeBlockDescriptor(std::string DescTag,std::string ImplTag,int i,StringRef FunName,unsigned hasCopy) SynthesizeBlockDescriptor() argument 3573 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); SynthesizeBlockLiterals() local
|
H A D | RewriteModernObjC.cpp | 4362 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals() local 4293 SynthesizeBlockDescriptor(const std::string & DescTag,const std::string & ImplTag,int i,StringRef FunName,unsigned hasCopy) SynthesizeBlockDescriptor() argument
|