Home
last modified time | relevance | path

Searched defs:ImplTag (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()
4361 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals() local