Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp473 std::string SynthesizeBlockDescriptor(const std::string &DescTag,
4293 const std::string &DescTag, const std::string &ImplTag, int i, in SynthesizeBlockDescriptor() argument
4295 std::string S = "\nstatic struct " + DescTag; in SynthesizeBlockDescriptor()
4309 S += DescTag + "_DATA = { 0, sizeof(struct "; in SynthesizeBlockDescriptor()
4362 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local
4364 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals()
4376 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()