Home
last modified time | relevance | path

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

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