Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4293 const std::string &DescTag, const std::string &ImplTag, int i, in SynthesizeBlockDescriptor()
4362 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local