Home
last modified time | relevance | path

Searched refs:FunName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp478 StringRef FunName);
4294 StringRef FunName, unsigned hasCopy) { in SynthesizeBlockDescriptor() argument
4312 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4313 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4320 StringRef FunName) { in SynthesizeBlockLiterals() argument
4361 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4362 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4368 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4373 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4376 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2056 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock() argument
2059 << Kind << FunName << LockName); in handleFunExcludesLock()