Home
last modified time | relevance | path

Searched defs:DescTag (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3503 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 DRewriteModernObjC.cpp4362 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