Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3503 std::string RewriteObjC::SynthesizeBlockDescriptor(std::string DescTag, in SynthesizeBlockDescriptor()
3573 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local
H A DRewriteModernObjC.cpp4293 const std::string &DescTag, const std::string &ImplTag, int i, in SynthesizeBlockDescriptor() argument
4364 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); in SynthesizeBlockLiterals() local