Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp4294 std::string RewriteModernObjC::SynthesizeBlockDescriptor(std::string DescTag, in SynthesizeBlockDescriptor()
4365 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals() local